Skip to content

Commit f48340d

Browse files
committed
fix: updating Help link to point to user guide
1 parent 347f8fd commit f48340d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/web/templates/layout_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</li>
1212
<li class="desktop-only"><a href="{% url 'new_batch' %}">{% translate "New batch" context 'layout-navbar-new-batch' %}</a></li>
1313
<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>
14+
<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>
1515
</ul>
1616
<ul>
1717
<a href="#" style="padding-bottom: 4px; margin-right: 2px;">

0 commit comments

Comments
 (0)