Fix broken links to CommentRange entity in changes REST documentation

Change-Id: I35f6ad50d8dbe73df93297b76f4511e484dc9c7e
This commit is contained in:
David Pursehouse 2014-08-26 14:09:53 +09:00
parent ac3d692e6e
commit 8d869ea793

View File

@ -2851,7 +2851,7 @@ The number of the line for which the comment was done. +
If range is set, this equals the end line of the range. +
If neither line nor range is set, it's a file comment.
|`range` |optional|
The range of the comment as a link:rest-api.html#comment-range[CommentRange]
The range of the comment as a link:#comment-range[CommentRange]
entity.
|`in_reply_to` |optional|
The URL encoded UUID of the comment to which this comment is a reply.
@ -2892,7 +2892,7 @@ The number of the line for which the comment should be added. +
If neither line nor range is set, a file comment is added. +
If range is set, this should equal the end line of the range.
|`range` |optional|
The range of the comment as a link:rest-api.html#comment-range[CommentRange]
The range of the comment as a link:#comment-range[CommentRange]
entity.
|`in_reply_to` |optional|
The URL encoded UUID of the comment to which this comment is a reply.