]> source.dussan.org Git - gitblit.git/commitdiff
doc: Fix download link for fedclient ad api tar
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 9 Apr 2022 16:10:38 +0000 (18:10 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 9 Apr 2022 16:19:08 +0000 (18:19 +0200)
It was still pointing to Google Code.

This closes #1408

src/site/federation.mkd
src/site/rpc.mkd

index b271cb38cbfa9b89513b18f05fd2ce9f6301f484..9fdcf4c6ae5a2123e1c2eca3c9b46f58fe71df2b 100644 (file)
@@ -313,7 +313,7 @@ The repositories will be put in *git.repositoriesFolder*/example4.
     \r
 ## Federation Client\r
 \r
-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.\r
+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.\r
 \r
 The *federation client* relies on many of the same dependencies as Gitblit and will download them on first execution.\r
 \r
index ac963a878850f46e8413544232bafba31d779650..0e0093e84efa5d8575f0634f3060b9a9962a3355 100644 (file)
@@ -16,7 +16,7 @@ The Gitblit JSON RPC mechanism, like the Gitblit JGit servlet, syndication/feed
 \r
 The Gitblit Manager is an example Java/Swing application that allows remote management (repository and user objects) and administration (server settings) of a Gitblit server.\r
   \r
-This application uses a combination of RSS feeds and the JSON RPC interface, both of which are part of the [Gitblit API](http://code.google.com/p/gitblit/downloads/detail?name=%API%) library, to present live information from a Gitblit server.  Some JSON RPC methods from the utility class `com.gitblit.utils.RpcUtils` are not currently used by the Gitblit Manager.\r
+This application uses a combination of RSS feeds and the JSON RPC interface, both of which are part of the [Gitblit API](https://github.com/gitblit/gitblit/releases/latest) library, to present live information from a Gitblit server.  Some JSON RPC methods from the utility class `com.gitblit.utils.RpcUtils` are not currently used by the Gitblit Manager.\r
 \r
 **NOTE:**  \r
 Gitblit Manager stores your login credentials **INSECURELY** in homedir/.gitblit/config.\r