diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-04-09 18:10:38 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-04-09 18:19:08 +0200 |
commit | 44e0524dfe31e33c73156209e1f670ea10980270 (patch) | |
tree | c7ed02f75f16f8f87159802e8999d68617e3b624 /src/site/federation.mkd | |
parent | 371aa1aaf53248e5732f6f71c59d535c4dbb4271 (diff) | |
download | gitblit-44e0524dfe31e33c73156209e1f670ea10980270.tar.gz gitblit-44e0524dfe31e33c73156209e1f670ea10980270.zip |
doc: Fix download link for fedclient ad api tar
It was still pointing to Google Code.
This closes #1408
Diffstat (limited to 'src/site/federation.mkd')
-rw-r--r-- | src/site/federation.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/federation.mkd b/src/site/federation.mkd index b271cb38..9fdcf4c6 100644 --- a/src/site/federation.mkd +++ b/src/site/federation.mkd @@ -313,7 +313,7 @@ The repositories will be put in *git.repositoriesFolder*/example4. ## Federation Client
-Instead of setting up a full-blown pulling Gitblit instance, you can also use the [federation client](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%) command-line utility. This is a packaged subset of the federation feature in a smaller, simpler command-line only tool.
+Instead of setting up a full-blown pulling Gitblit instance, you can also use the [federation client](https://github.com/gitblit/gitblit/releases/latest) command-line utility. This is a packaged subset of the federation feature in a smaller, simpler command-line only tool.
The *federation client* relies on many of the same dependencies as Gitblit and will download them on first execution.
|