Skip to content

Commit 33e405e

Browse files
remove referrer param from license urls
1 parent 2fe1329 commit 33e405e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h4>Creative Commons Attribution 4.0 International</h4>
359359
<dd>Credit must be given to you, the creator.</dd>
360360
</dl>
361361
362-
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v2">See the License Deed</a> -->
362+
<a href="https://creativecommons.org/licenses/by/4.0/">See the License Deed</a> -->
363363

364364
</article>
365365
</div>
@@ -437,7 +437,7 @@ <h3>Mark Your Work</h3>
437437

438438
</div>
439439

440-
<div class="help">
440+
<div id="help">
441441
<h2>Confused? Need Help?</h2>
442442

443443
<details name="help">
@@ -593,7 +593,7 @@ <h4>CC0 1.0 Universal</h4>
593593
</div>
594594
</dl>
595595

596-
<a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v2">See the License Deed</a>
596+
<a href="https://creativecommons.org/publicdomain/zero/1.0/">See the License Deed</a>
597597
</template>
598598

599599
<template id="cc-by" class="tool license">
@@ -621,7 +621,7 @@ <h4>Creative Commons Attribution 4.0 International</h4>
621621
</div>
622622
</dl>
623623

624-
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v2">See the License Deed</a>
624+
<a href="https://creativecommons.org/licenses/by/4.0/">See the License Deed</a>
625625
</template>
626626

627627
<template id="cc-by-sa" class="tool license">
@@ -657,7 +657,7 @@ <h4>Creative Commons Attribution-ShareAlike 4.0 International</h4>
657657
</div>
658658
</dl>
659659

660-
<a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v2">See the License Deed</a>
660+
<a href="https://creativecommons.org/licenses/by-sa/4.0/">See the License Deed</a>
661661
</template>
662662

663663
<template id="cc-by-nd" class="tool license">
@@ -694,7 +694,7 @@ <h4>Creative Commons Attribution-NoDerivatives 4.0 International</h4>
694694
</div>
695695
</dl>
696696

697-
<a href="https://creativecommons.org/licenses/by-nd/4.0/?ref=chooser-v2">See the License Deed</a>
697+
<a href="https://creativecommons.org/licenses/by-nd/4.0/">See the License Deed</a>
698698
</template>
699699

700700
<template id="cc-by-nc" class="tool license">
@@ -735,7 +735,7 @@ <h4>Creative Commons Attribution-NonCommercial 4.0 International</h4>
735735

736736
</dl>
737737

738-
<a href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v2">See the License Deed</a>
738+
<a href="https://creativecommons.org/licenses/by-nc/4.0/">See the License Deed</a>
739739
</template>
740740

741741
<template id="cc-by-nc-sa" class="tool license">
@@ -782,7 +782,7 @@ <h4>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</h4>
782782
</div>
783783
</dl>
784784

785-
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v2">See the License Deed</a>
785+
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">See the License Deed</a>
786786
</template>
787787

788788
<template id="cc-by-nc-nd" class="tool license">
@@ -829,7 +829,7 @@ <h4>Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International</
829829
</div>
830830
</dl>
831831

832-
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v2">See the License Deed</a>
832+
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">See the License Deed</a>
833833
</template>
834834

835835
<template id="plain-text" class="mark">

0 commit comments

Comments
 (0)