Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site cdf2ce7e2 -> 80d5c0647
Rename 'Bugs' to 'Issue Tracking' 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/80d5c064 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/80d5c064 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/80d5c064 Branch: refs/heads/asf-site Commit: 80d5c0647b69cf2090023dce69736e639b92cdf3 Parents: cdf2ce7 Author: jamesbognar <[email protected]> Authored: Mon Aug 8 09:47:58 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Mon Aug 8 09:47:58 2016 -0400 ---------------------------------------------------------------------- content/bugs.html | 19 ------------------- content/index.html | 2 +- content/issueTracking.html | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/80d5c064/content/bugs.html ---------------------------------------------------------------------- diff --git a/content/bugs.html b/content/bugs.html deleted file mode 100644 index 6281e9b..0000000 --- a/content/bugs.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<style> - @import url("styles/juneau-code.css"); - @import url("styles/juneau-doc.css"); - @import url("styles/juneau-website-page.css"); -</style> -</head> -<body> - <h5 class='toc'>Bugs</h5> - <p> - Juneau has no bugs. However, in the <i>extremely unlikely</i> event that you happen to find a bug, please report it at the JIRA repository listed below: - </p> - <ul class='spaced-list'> - <li><a class='doclink' href='https://issues.apache.org/jira/browse/JUNEAU' target="_top">JIRA</a> - </ul> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/80d5c064/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index eae617e..e56e910 100644 --- a/content/index.html +++ b/content/index.html @@ -83,7 +83,7 @@ <li><a href="documentation.html" target="article" onclick="select(this)">Documentation</a></li> <li><a href="downloads.html" target="article" onclick="select(this)">Downloads</a></li> <li><a href="sourceCode.html" target="article" onclick="select(this)">Source Code</a></li> - <li><a href="bugs.html" target="article" onclick="select(this)">Bugs</a></li> + <li><a href="issueTracking.html" target="article" onclick="select(this)">Issue Tracking</a></li> <li><a href="community.html" target="article" onclick="select(this)">Community</a></li> </ul> </nav> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/80d5c064/content/issueTracking.html ---------------------------------------------------------------------- diff --git a/content/issueTracking.html b/content/issueTracking.html new file mode 100644 index 0000000..6cfa466 --- /dev/null +++ b/content/issueTracking.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> +<style> + @import url("styles/juneau-code.css"); + @import url("styles/juneau-doc.css"); + @import url("styles/juneau-website-page.css"); +</style> +</head> +<body> + <h5 class='toc'>Issue Tracking</h5> + <p> + Juneau has no bugs. However, in the <i>extremely unlikely</i> event that you happen to find a bug, please report it at the JIRA repository listed below: + </p> + <ul class='spaced-list'> + <li><a class='doclink' href='https://issues.apache.org/jira/browse/JUNEAU' target="_top">JIRA</a> + </ul> +</body> +</html>
