Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site a1e61b13d -> 7974ee99e
New about page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/7974ee99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/7974ee99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/7974ee99 Branch: refs/heads/asf-site Commit: 7974ee99e678f419baffe1e6da41f5a37fdecbf6 Parents: a1e61b1 Author: JamesBognar <[email protected]> Authored: Wed Aug 30 11:02:22 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Wed Aug 30 11:02:22 2017 -0400 ---------------------------------------------------------------------- content/index2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7974ee99/content/index2.html ---------------------------------------------------------------------- diff --git a/content/index2.html b/content/index2.html index f3324f7..06ceb79 100644 --- a/content/index2.html +++ b/content/index2.html @@ -138,7 +138,7 @@ <nav> <ul> - <li><a href='about2.html' id='about' onclick="return select(this)">About</a></li> + <li><a href='about2.html' id='about' onclick="return select(this)">About (v2)</a></li> <li><a href='documentation.html' id='documentation' onclick="return select(this)">Documentation</a></li> <li><a href='downloads.html' id='downloads' onclick="return select(this)">Downloads</a></li> <li><a href='sourceCode.html' id='sourceCode' onclick="return select(this)">Source Code</a></li>
