We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347f8fd commit f48340dCopy full SHA for f48340d
1 file changed
src/web/templates/layout_menu.html
@@ -11,7 +11,7 @@
11
</li>
12
<li class="desktop-only"><a href="{% url 'new_batch' %}">{% translate "New batch" context 'layout-navbar-new-batch' %}</a></li>
13
<li class="desktop-only"><a href="{% url 'last_batches' %}">{% translate "Last batches" context 'layout-navbar-last-batches' %}</a></li>
14
- <li class="desktop-only"><a href="https://meta.wikimedia.org/wiki/QuickStatements_3.0/Documentation">{% translate "Help" context "layout-navbar-help" %}</a></li>
+ <li class="desktop-only"><a href="https://meta.wikimedia.org/wiki/QuickStatements_3.0/Documentation/User_guide">{% translate "Help" context "layout-navbar-help" %}</a></li>
15
</ul>
16
<ul>
17
<a href="#" style="padding-bottom: 4px; margin-right: 2px;">
0 commit comments