Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 76cf8dad3 -> 884a11c51
Move Builds link to Source Code 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/884a11c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/884a11c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/884a11c5 Branch: refs/heads/asf-site Commit: 884a11c51bf80f2e30b3cde1e19da8fa88d56f60 Parents: 76cf8da Author: jamesbognar <[email protected]> Authored: Tue Aug 9 17:24:45 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Tue Aug 9 17:24:45 2016 -0400 ---------------------------------------------------------------------- content/downloads.html | 5 ----- content/sourceCode.html | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/884a11c5/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index 8d0d803..311e10e 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -11,10 +11,5 @@ <p> Sorry...you can't download this project yet. </p> - <h5 class='toc'>Builds</h5> - <ul class='spaced-list'> - <li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> - <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a> - </ul> - </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/884a11c5/content/sourceCode.html ---------------------------------------------------------------------- diff --git a/content/sourceCode.html b/content/sourceCode.html index 68b99e4..e1810d8 100644 --- a/content/sourceCode.html +++ b/content/sourceCode.html @@ -20,5 +20,9 @@ <li><a class='doclink' href='https://git-wip-us.apache.org/repos/asf/incubator-juneau-website.git' target="_top">GIT repository for this website</a> <li><a class='doclink' href='https://cwiki.apache.org/confluence/display/JUNEAU/Juneau+Home' target="_top">Workspace setup instructions (coming soon)</a> </ul> + <h5 class='toc'>Builds</h5> + <ul class='spaced-list'> + <li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> - <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a> + </ul> </body> </html>
