Skip to content

Commit

Permalink
Merge pull request #103 from rosetree/menu-structure
Browse files Browse the repository at this point in the history
Update menu structure to reflect page structure
  • Loading branch information
brntbeer committed Dec 1, 2015
2 parents 25eab6e + c5c1d1f commit f789d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/reference.html
Expand Up @@ -69,9 +69,9 @@ <h3><a href="/branching">Branching and Merging</a></h3>
<div class="block">
<h3><a href="/remotes">Sharing and Updating Projects</a></h3>
<ul>
<li><a href="/remotes/#remote">remote</a></li>
<li><a href="/remotes/#fetch">fetch, pull</a></li>
<li><a href="/remotes/#push">push</a></li>
<li><a href="/remotes/#remote">remote</a></li>
</ul>
</div>

Expand Down

0 comments on commit f789d71

Please sign in to comment.