Skip to content

Commit ee865ad

Browse files
committed
updated location of pages and added redirects from old location
1 parent c95150c commit ee865ad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: redirect
2+
---
3+
target: /cc-search/contribution-guide/
4+
---
5+
_discoverable: no

themes/vocabulary_theme/templates/layout.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@
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 [ ['/cc-search', 'Overview & Roadmap'],
127-
['/cc-search/contribution-guide', 'Contribution Guide'], ] %}
126+
{% for href, title in [
127+
['/cc-search', 'Overview & Roadmap'],
128+
['/contributing-code/cc-search', 'Contribution Guide'],
129+
] %}
128130
<a class="navbar-item" href="{{ href|url }}">{{ title }}</a>
129131
{% endfor %}
130132
</div>

0 commit comments

Comments
 (0)