Fix formatting of 'web_links' fields in REST API documentation

The field name should be formatted as a code span. For this it must be
wrapped with backtick quotes, rather than normal single quotes.

Change-Id: I66b4391a95f53c24786ac4a3087d8b2f834d8f54
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index bbb4eff..95247d4 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -3363,7 +3363,7 @@
 |`name`        ||The name of the file.
 |`content_type`||The content type of the file.
 |`lines`       ||The total number of lines in the file.
-|'web_links'   |optional|
+|`web_links`   |optional|
 Links to the file in external sites as a list of
 link:rest-api-changes.html#web-link-info[WebLinkInfo] entries.
 |==========================
@@ -3687,7 +3687,7 @@
 |`reviewed`     |optional|
 Indicates whether the caller is authenticated and has commented on the
 current revision. Only set if link:#reviewed[REVIEWED] option is requested.
-|'web_links'   |optional|
+|`web_links`   |optional|
 Links to the patch set in external sites as a list of
 link:#web-link-info[WebLinkInfo] entities. Only set if
 link:#web-links[WEB_LINKS] option is requested.
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt
index ce2adbe..af57d53 100644
--- a/Documentation/rest-api-projects.txt
+++ b/Documentation/rest-api-projects.txt
@@ -1790,7 +1790,7 @@
 |`revision`  ||The revision to which the branch points.
 |`can_delete`|`false` if not set|
 Whether the calling user can delete this branch.
-|'web_links' |optional|
+|`web_links` |optional|
 Links to the branch in external sites as a list of
 link:rest-api-changes.html#web-link-info[WebLinkInfo] entries.
 |=========================
@@ -2157,7 +2157,7 @@
 |`description` |optional|The description of the project.
 |`state`       |optional|`ACTIVE`, `READ_ONLY` or `HIDDEN`.
 |`branches`    |optional|Map of branch names to HEAD revisions.
-|'web_links'   |optional|
+|`web_links`   |optional|
 Links to the project in external sites as a list of
 link:rest-api-changes.html#web-link-info[WebLinkInfo] entries.
 |===========================