We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee865ad commit 514623aCopy full SHA for 514623a
themes/vocabulary_theme/templates/layout.html
@@ -123,9 +123,9 @@
123
<a class="navbar-link is-arrowless {% if this.is_child_of('/cc-search') %} is-active{% endif%}">
124
CC Search<i class="icon caret-down"></i></a>
125
<div class="navbar-dropdown">
126
- {% for href, title in [
+ {% for href, title in [
127
['/cc-search', 'Overview & Roadmap'],
128
- ['/contributing-code/cc-search', 'Contribution Guide'],
+ ['/cc-search/contribution-guide', 'Contribution Guide'],
129
] %}
130
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
131
{% endfor %}
0 commit comments