summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhen Chen <czhen@google.com>2016-05-12 13:55:37 -0700
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2016-05-12 23:23:24 +0000
commitd1462d8471607ed32b60872f2ea44c53e38aa384 (patch)
tree46b3133d01bea43ea11059eadf266d3572d5a7d0
parent9f00857f9616ea8455869bd489697af75ca4d6f7 (diff)
Fix duplicate links in document
Two sections have the same link [[get-content]]. When click from the toc, all will direct to the first section. Change-Id: Iefaeab5887c5121f9bdbc7a00413bfded3d66021
-rw-r--r--Documentation/rest-api-projects.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt
index 45d33aef34..3baaaa810f 100644
--- a/Documentation/rest-api-projects.txt
+++ b/Documentation/rest-api-projects.txt
@@ -1537,7 +1537,7 @@ is returned that describes the commit.
}
----
-[[get-content]]
+[[get-content-from-commit]]
=== Get Content
--
'GET /projects/link:#project-name[\{project-name\}]/commits/link:#commit-id[\{commit-id\}]/files/link:rest-api-changes.html#file-id[\{file-id\}]/content'