Skip to content

Commit 60d828b

Browse files
committed
fix html anchor in guides list
1 parent 9ad513e commit 60d828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/ref/_guides.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
<li><%= man('gitsubmodules', 'Submodules') %></li>
1313
<li><%= man('gittutorial', 'Tutorial') %></li>
1414
<li><%= man('gitworkflows', 'Workflows') %></li>
15-
<li><a href="/docs/git#_guides">All guides...<a/></li>
15+
<li><a href="/docs/git#_guides">All guides...</a></li>
1616
</ul>

0 commit comments

Comments
 (0)