Skip to content

Commit 8b122ca

Browse files
committed
Add references to usability page on index and nav
1 parent ba11999 commit 8b122ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
6464
</div>
6565
<div class="card-body" align="center">
6666
<p class="card-text text-center">Participate in one of our regular usability tests for CC tools that we're actively working on (we'll give you a gift card!)</p>
67-
<a href="/community/#mailing-lists" class="btn btn-sm btn-outline-primary">Sign up to test</a>
67+
<a href="/contributing-code/usability" class="btn btn-sm btn-outline-primary">Learn more</a>
6868
<a href="https://github.com/creativecommons/creativecommons.org/issues/new/choose" class="btn btn-sm btn-outline-primary">File an issue</a>
6969
</div>
7070
</div>

templates/layout.html

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],
6868
['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
6969
['/contributing-code/cc-search', 'CC Search'],
70+
['/contributing-code/usability', 'Usability'],
7071
] %}
7172
<a class="dropdown-item" href="{{ href|url }}">{{ title }}</a>
7273
{% endfor %}

0 commit comments

Comments
 (0)