Fix formatting issues in change-id documentation
Asciidoc formats text that is enclosed in '~' as subscript. To avoid
this formatting in lines that contain two '~' characters one of them
must be escaped.
Release-Notes: skip
Change-Id: I8af0ac5593586dde9153f9c8c4babf9786808bf4
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 5026c5f..df5566f 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -6705,9 +6705,9 @@
may result in both false-positives and false-negatives.
Furthermore the additional lookup mean that they come with a performance penalty.
-* an ID of the change in the format "<project>~<branch>~<Change-Id>",
+* an ID of the change in the format "<project>\~<branch>~<Change-Id>",
where for the branch the `refs/heads/` prefix can be omitted
- ("myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940")
+ ("myProject\~master~I8473b95934b5732ac55d26311a706c9c2bde9940")
* a Change-Id if it uniquely identifies one change
("I8473b95934b5732ac55d26311a706c9c2bde9940")
* a change number if it uniquely identifies one change ("4247")