Skip to content

Commit 514623a

Browse files
committed
replaced old url with new in cc-search/contribution-guide
1 parent ee865ad commit 514623a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vocabulary_theme/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
<a class="navbar-link is-arrowless {% if this.is_child_of('/cc-search') %} is-active{% endif%}">
124124
CC Search<i class="icon caret-down"></i></a>
125125
<div class="navbar-dropdown">
126-
{% for href, title in [
126+
{% for href, title in [
127127
['/cc-search', 'Overview & Roadmap'],
128-
['/contributing-code/cc-search', 'Contribution Guide'],
128+
['/cc-search/contribution-guide', 'Contribution Guide'],
129129
] %}
130130
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
131131
{% endfor %}

0 commit comments

Comments
 (0)