Skip to content

Commit 62cb8a8

Browse files
authored
Merge pull request #1561 from git/fix_all_guides
fix html anchor in guides list
2 parents 9ad513e + 60d828b commit 62cb8a8

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)