summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2022-04-09 18:10:38 +0200
committerFlorian Zschocke <f.zschocke+git@gmail.com>2022-04-09 18:17:01 +0200
commita03611be749becc5b1f1289918caa0c0fcc18c53 (patch)
treedc81299315295ae2b63e63c97686e7e7a6029670 /src
parent7beba2d1837036172e9e2c9b20d1bb5f3760ae76 (diff)
downloadgitblit-a03611be749becc5b1f1289918caa0c0fcc18c53.tar.gz
gitblit-a03611be749becc5b1f1289918caa0c0fcc18c53.zip
doc: Fix download link for fedclient ad api tar
It was still pointing to Google Code. This closes #1408
Diffstat (limited to 'src')
-rw-r--r--src/site/federation.mkd2
-rw-r--r--src/site/rpc.mkd2
2 files changed, 2 insertions, 2 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.
diff --git a/src/site/rpc.mkd b/src/site/rpc.mkd
index ac963a87..0e0093e8 100644
--- a/src/site/rpc.mkd
+++ b/src/site/rpc.mkd
@@ -16,7 +16,7 @@ The Gitblit JSON RPC mechanism, like the Gitblit JGit servlet, syndication/feed
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.
-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.
+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.
**NOTE:**
Gitblit Manager stores your login credentials **INSECURELY** in homedir/.gitblit/config.