From 9305b4be0977743f681bc086e07d8f3152a8938a Mon Sep 17 00:00:00 2001
From: Florian Zschocke <florian.zschocke@cycos.com>
Date: Sun, 07 Sep 2014 16:44:40 -0400
Subject: [PATCH] Show account type column in teams panel.

---
 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 302084f..de4ed47 100644
--- a/src/site/rpc.mkd
+++ b/src/site/rpc.mkd
@@ -14,7 +14,7 @@
 
 ### 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.
 

--
Gitblit v1.9.1