Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #56 from angeloc/issue_48
doc.perl6.org not prominent enough
  • Loading branch information
zoffixznet committed Sep 29, 2016
2 parents c41b70b + 7b463a5 commit dc08a96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/menu-nav
Expand Up @@ -19,7 +19,9 @@
[% item community <li id="nav-community"{{ class="active"}}
><a href="/community/">Community</a></li>%]
[% item docs <li id="nav-docs" {{ class="active"}}
><a href="/documentation/">Documentation</a></li> %]
><a href="http://docs.perl6.org">Documentation</a></li> %]
[% item docs <li id="nav-res" {{ class="active"}}
><a href="/documentation/">Resources</a></li> %]
[% item specs <li id="nav-specs" {{ class="active"}}
><a href="/specification/">Design</a></li> %]
[% item compilers <li id="nav-compilers"{{ class="active"}}
Expand Down

0 comments on commit dc08a96

Please sign in to comment.