diff options
author | James Moger <james.moger@gitblit.com> | 2014-03-04 10:05:11 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-03-04 10:05:11 -0500 |
commit | 751ecd6e45b8a85120f288bdcdbde527699482a8 (patch) | |
tree | 304fcbaa161175c7f74e2aaa274c78394ca06ddb /build.xml | |
parent | 058ed1b58e54bf813754e72ca8c37296cf5f704d (diff) | |
download | gitblit-751ecd6e45b8a85120f288bdcdbde527699482a8.tar.gz gitblit-751ecd6e45b8a85120f288bdcdbde527699482a8.zip |
Update site structure
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -609,11 +609,17 @@ <link name="Gitblit Demo (RELEASE)" src="https://demo-gitblit.rhcloud.com" />
<link name="Gitblit Next (SNAPSHOT)" src="https://next-gitblit.rhcloud.com" />
<divider />
+ <link name="Gitblit (Self-Hosted)" src="https://dev.gitblit.com" />
+ <divider />
<link name="Github" src="${project.scmUrl}" />
<link name="Issues" src="${project.issuesUrl}" />
<link name="Discussion" src="${project.forumUrl}" />
<link name="Google+" src="${project.socialNetworkUrl}" />
+ <link name="Twitter" src="https://twitter.com/gitblit" />
<link name="Ohloh" src="http://www.ohloh.net/p/gitblit" />
+ <divider />
+ <link name="+JamesMoger" src="https://plus.google.com/+JamesMoger" />
+ <link name="@JamesMoger" src="https://twitter.com/JamesMoger" />
</menu>
<divider />
</structure>
|