Repository: deltaspike Updated Branches: refs/heads/master b26b870c2 -> 60bdf8788
DELTASPIKE-1013 removed outdated content Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/60bdf878 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/60bdf878 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/60bdf878 Branch: refs/heads/master Commit: 60bdf87887f373f2fcc3ebb30009abafc074c30a Parents: b26b870 Author: gpetracek <[email protected]> Authored: Tue Oct 27 19:58:31 2015 +0100 Committer: gpetracek <[email protected]> Committed: Tue Oct 27 19:58:31 2015 +0100 ---------------------------------------------------------------------- template/document.html.erb | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/60bdf878/template/document.html.erb ---------------------------------------------------------------------- diff --git a/template/document.html.erb b/template/document.html.erb index 2e8b65c..58a4675 100644 --- a/template/document.html.erb +++ b/template/document.html.erb @@ -168,7 +168,6 @@ <li <%= active_page("community") %>><a href="<%= (attr :sitebasedir) %>/community.html">Community</a></li> <!-- <li><a href="./support.html">Support</a></li> --> <li <%= active_page("news") %>><a href="<%= (attr :sitebasedir) %>/news.html">News</a></li> - <li <%= active_page("migration-guide") %>><a href="<%= (attr :sitebasedir) %>/migration-guide.html">Migration</a></li> </ul> </div> <!--/.nav-collapse -->
