Skip to content

Commit 3b9b67b

Browse files
authored
Change: Rename the Manual navigation button to Wiki (#350)
1 parent edca73a commit 3b9b67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<li class="{% if page.active_nav == 'about' %}selected{% endif %}">
5959
<a href="{{ site.baseurl }}/about.html">About</a>
6060
</li>
61-
<li><a href="https://wiki.openttd.org/">Manual</a></li>
61+
<li><a href="https://wiki.openttd.org/">Wiki</a></li>
6262
<li class="{% if page.active_nav == 'screenshots' or layout.active_nav == 'screenshots' %}selected{% endif %}">
6363
<a href="{{ site.baseurl }}/screenshots.html">Screenshots</a>
6464
</li>

0 commit comments

Comments
 (0)