Repository: bigtop Updated Branches: refs/heads/master b99d05704 -> ab21dbb0d
BIGTOP-3039. Change git browse link to Github Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ab21dbb0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ab21dbb0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ab21dbb0 Branch: refs/heads/master Commit: ab21dbb0d76fdb8fdf12f884bb1672794bd3d881 Parents: b99d057 Author: Evans Ye <[email protected]> Authored: Sat Jun 2 16:47:46 2018 +0800 Committer: Evans Ye <[email protected]> Committed: Mon Aug 27 01:31:57 2018 +0800 ---------------------------------------------------------------------- src/site/site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ab21dbb0/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 47c604e..f52b127 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -73,8 +73,8 @@ <menu name="Project Information"> <item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" /> <item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" /> - <item name="GIT (browse)" href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git" /> - <item name="GIT (clone)" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" /> + <item name="GIT (github)" href="https://github.com/apache/bigtop" /> + <item name="GIT (clone link)" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" /> <item name="Blog" href="http://blogs.apache.org/bigtop/" /> <item name="Mailing Lists" href="mail-lists.html" /> <item name="IRC channel" href="irc-channel.html" />
