Skip to content

Commit 6495d9a

Browse files
change placeholder url in attribution details to example.com
1 parent decd459 commit 6495d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,12 @@ <h1>Choose a License for Your Work</h1>
287287

288288
<div>
289289
<label for="work-link">Link to work</label>
290-
<input type="url" id="work-link" name="work-link" placeholder="https://creativecommons.org" />
290+
<input type="url" id="work-link" name="work-link" placeholder="https://example.com" />
291291
</div>
292292

293293
<div>
294294
<label for="creator-link">Link to Creator Profile</label>
295-
<input type="url" id="creator-link" name="creator-link" placeholder="https://creativecommons.org" />
295+
<input type="url" id="creator-link" name="creator-link" placeholder="https://example.com" />
296296
</div>
297297

298298
<div>

0 commit comments

Comments
 (0)