summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-06-22 11:37:27 -0400
committerJames Moger <james.moger@gitblit.com>2014-06-22 11:37:27 -0400
commitfb289c14a9526ca7ec64346d230419dbcc197fd5 (patch)
tree4552f86a9132fa002d9af835aead0bc2f01301ad /src
parentb4ee41a33ce8b23f28684ec94afe250aab907538 (diff)
downloadgitblit-fb289c14a9526ca7ec64346d230419dbcc197fd5.tar.gz
gitblit-fb289c14a9526ca7ec64346d230419dbcc197fd5.zip
Removed unnecessary and obsolete download links from documenation
Diffstat (limited to 'src')
-rw-r--r--src/site/rpc.mkd2
-rw-r--r--src/site/siteindex.mkd2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/site/rpc.mkd b/src/site/rpc.mkd
index 302084fb..de4ed471 100644
--- a/src/site/rpc.mkd
+++ b/src/site/rpc.mkd
@@ -14,7 +14,7 @@ The Gitblit JSON RPC mechanism, like the Gitblit JGit servlet, syndication/feed
### Gitblit Manager
-[Gitblit Manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) is an example Java/Swing application that allows remote management (repository and user objects) and administration (server settings) of a Gitblit server.
+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.
diff --git a/src/site/siteindex.mkd b/src/site/siteindex.mkd
index 58e18af1..aae25c89 100644
--- a/src/site/siteindex.mkd
+++ b/src/site/siteindex.mkd
@@ -83,7 +83,7 @@ Administrators can create and manage all repositories, user accounts, and teams
- Custom authentication, authorization, and user management
- Rich RSS feeds
- JSON-based RPC mechanism
-- [Java Client RSS/JSON API library](http://code.google.com/p/gitblit/downloads/detail?name=%API%) for custom integration
+- Java Client RSS/JSON API library for custom integration
### Backup Strategy