Rename Documentation link 'Index' to 'Table of Contents'

Change-Id: If7040f7b89d2a4b2947d40385e370d0201a65596
This commit is contained in:
Colby Ranger
2013-12-05 09:32:24 -08:00
parent 342781e181
commit b3000183d3
3 changed files with 3 additions and 3 deletions

View File

@@ -722,7 +722,7 @@ public class Gerrit implements EntryPoint {
if (getConfig().isDocumentationAvailable()) {
m = new LinkMenuBar();
menuBars.put(GerritTopMenu.DOCUMENTATION.menuName, m);
addDocLink(m, C.menuDocumentationIndex(), "index.html");
addDocLink(m, C.menuDocumentationTOC(), "index.html");
addDocLink(m, C.menuDocumentationSearch(), "user-search.html");
addDocLink(m, C.menuDocumentationUpload(), "user-upload.html");
addDocLink(m, C.menuDocumentationAccess(), "access-control.html");