Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 7974ee99e -> c0f720d1d
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/c0f720d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/c0f720d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/c0f720d1 Branch: refs/heads/asf-site Commit: c0f720d1d80756b0ad1603a04dee9c454c812af2 Parents: 7974ee9 Author: JamesBognar <[email protected]> Authored: Wed Aug 30 11:04:09 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Wed Aug 30 11:04:09 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/c0f720d1/content/index2.html ---------------------------------------------------------------------- diff --git a/content/index2.html b/content/index2.html index 06ceb79..334d489 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 (v2)</a></li> + <li><a href='about2.html' id='about2' 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>
