diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-11-25 15:28:18 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-11-25 17:20:17 +0100 |
commit | 5b0ce83638d0259169810be7081fafbbd58c0f32 (patch) | |
tree | b721f6e7e9a0b73f427b2aba360868db18ddd5fd /src | |
parent | 9fd186dc3393e153c3d766bc3da6a723ec76308b (diff) | |
download | gitblit-5b0ce83638d0259169810be7081fafbbd58c0f32.tar.gz gitblit-5b0ce83638d0259169810be7081fafbbd58c0f32.zip |
docs: Update docker URL
Update the URL to the Gitblit docker image to point to the
`gitblit/gitblit` repository, which I now consider the official
Docker repository.
Also link to the Docker images on the main page.
Diffstat (limited to 'src')
-rw-r--r-- | src/site/siteindex.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/siteindex.mkd b/src/site/siteindex.mkd index e3afe9b2..fc51cecf 100644 --- a/src/site/siteindex.mkd +++ b/src/site/siteindex.mkd @@ -15,6 +15,7 @@ <div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-success" href="%GCURL%gitblit-${project.releaseVersion}.tar.gz">Download Gitblit GO (Linux/OSX)</a></div>
<div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-danger" href="%GCURL%gitblit-${project.releaseVersion}.war">Download Gitblit WAR</a></div>
<div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-primary" href="%GCURL%manager-${project.releaseVersion}.zip">Download Gitblit Manager</a></div>
+<div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-info" href="%DOCKERURL%">Gitblit GO Docker image</a></div>
</div>
<div data-manifest="http://1c57d83a4c5f3a21ec25c050d4c5e37b.app.jelastic.com/xssu/cross/download/RDYYHABkAFJbUVlMMVU7RUtDARgATExFCEBuGS4jdQJKRUsEDwIBQmNTTEBI" data-width="280" data-theme="flat-blue" data-text="Get it hosted now!" data-tx-empty="Type your email and click the button" data-tx-invalid-email="Invalid email, please check the spelling" data-tx-error="An error has occurred, please try again later" data-tx-success="Check your email" class="je-app" ></div>
<div style="padding-top:5px;">
|