Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc.perl6.org not prominent enough
* Documentation now point to docs.perl6.org
* Added Resources pointing to /documentation/

Fixes: #48
  • Loading branch information
Angelo Compagnucci committed Sep 28, 2016
1 parent 2ec6600 commit 7b463a5
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 7b463a5

Please sign in to comment.