diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 1ce7d6cdf1..3385378801 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -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.