diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-09 20:05:33 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-09 20:05:33 +0100 |
commit | 7031f902f4b9054b87dc5b9e10b10ba0ec470f1d (patch) | |
tree | 031f0e205bc9ea9e8cd355a46ac07b415e41df54 /src/site/rpc.mkd | |
parent | 4baed92559bc38f421fb8ea3dd6e177db886d780 (diff) | |
download | gitblit-7031f902f4b9054b87dc5b9e10b10ba0ec470f1d.tar.gz gitblit-7031f902f4b9054b87dc5b9e10b10ba0ec470f1d.zip |
Adjust path after moving from "gitblit" to "gitblit-org" on Github
Diffstat (limited to 'src/site/rpc.mkd')
-rw-r--r-- | src/site/rpc.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/rpc.mkd b/src/site/rpc.mkd index 0e0093e8..43845104 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](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.
+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-org/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.
|