summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-09-18 09:09:42 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-09-18 09:12:36 +0900
commit5ff6ebe2ed8322e2c94973d347c78d492db7ec24 (patch)
tree7427b058495488a47fdc3fb90259467c8f75f4ad
parentf9f46bdca706bf24dc03f6ed3cf712778a9180fd (diff)
Remove documentation links from admin page
The links for Change-Id and Signed-off-by documentation in the admin page are hard-coded to specific versions on the the gerrit-documentation.googlesource.com site. This causes two problems. Firstly, they are not links to local versions, and secondly it is easy to forget to update them and they become out of date. Remove the links. Administrators should be capable of finding the relevant pages in the documentation by themselves. Bug: Issue 2127 Change-Id: Idd4ddd1126e0631615d564173a02e3047aa87559
-rw-r--r--gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties b/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties
index 1637919e0d..bf738472fb 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties
@@ -22,8 +22,8 @@ projects = All projects
projectRepoBrowser = Repository Browser
useContentMerge = Automatically resolve conflicts
useContributorAgreements = Require a valid contributor agreement to upload
-useSignedOffBy = Require <a href="http://gerrit-documentation.googlecode.com/svn/Documentation/2.5/user-signedoffby.html#Signed-off-by" target="_blank"><code>Signed-off-by</code></a> in commit message
-requireChangeID = Require <a href="http://gerrit-documentation.googlecode.com/svn/Documentation/2.5/user-changeid.html" target="_blank"><code>Change-Id</code></a> in commit message
+useSignedOffBy = Require <code>Signed-off-by</code> in commit message
+requireChangeID = Require <code>Change-Id</code> in commit message
headingGroupOptions = Group Options
isVisibleToAll = Make group visible to all registered users.
buttonSaveGroupOptions = Save Group Options