Repository: deltaspike Updated Branches: refs/heads/master 449ec285b -> 7256bb043
DELTASPIKE-784 - Fix documenatino broken link Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7256bb04 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7256bb04 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7256bb04 Branch: refs/heads/master Commit: 7256bb0439d290917745ab6d58732ea2bacf6d7b Parents: 2e9ea33 Author: Rafael Benevides <[email protected]> Authored: Thu Nov 20 09:18:24 2014 -0200 Committer: Rafael Benevides <[email protected]> Committed: Thu Nov 20 09:19:08 2014 -0200 ---------------------------------------------------------------------- documentation/src/main/template/document.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7256bb04/documentation/src/main/template/document.html.erb ---------------------------------------------------------------------- diff --git a/documentation/src/main/template/document.html.erb b/documentation/src/main/template/document.html.erb index 7054f44..40bd8b7 100644 --- a/documentation/src/main/template/document.html.erb +++ b/documentation/src/main/template/document.html.erb @@ -53,8 +53,8 @@ body { <li class="active"><a href="http://deltaspike.apache.org/index.html">Home</a></li> <li><a href="http://deltaspike.apache.org/documentation">Documentation</a></li> - <li><a href="http://deltaspike.apache.org/javadoc/1.1.1-SNAPSHOT/">Javadoc</a></li> - <li><a href="http://deltaspike.apache.org/source.html">Source</a></li> + <li><a href="http://deltaspike.apache.org/javadoc.html">Javadoc</a></li> + <li><a href="http://deltaspike.apache.org/documentation/source.html">Source</a></li> <li><a href="http://deltaspike.apache.org/download.html">Download</a></li> <li><a href="http://deltaspike.apache.org/community.html">Community</a></li> <!-- <li><a href="./support.html">Support</a></li> -->
