Skip to content

Commit a03611b

Browse files
committed
doc: Fix download link for fedclient ad api tar
It was still pointing to Google Code. This closes #1408
1 parent 7beba2d commit a03611b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/site/federation.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The repositories will be put in *git.repositoriesFolder*/example4.
313313

314314
## Federation Client
315315

316-
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.
316+
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.
317317

318318
The *federation client* relies on many of the same dependencies as Gitblit and will download them on first execution.
319319

src/site/rpc.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Gitblit JSON RPC mechanism, like the Gitblit JGit servlet, syndication/feed
1616

1717
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.
1818

19-
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.
19+
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.
2020

2121
**NOTE:**
2222
Gitblit Manager stores your login credentials **INSECURELY** in homedir/.gitblit/config.

0 commit comments

Comments
 (0)