From 5624266bf56cbe815a1bf7e150c1b2faa5a25ecc Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 16 Jan 2018 14:19:27 -0500 Subject: [PATCH] escape an example URL as literal text to avoid build warning Change-Id: I1c156dfc6c221b59b9d9364a94654926642b28a8 Signed-off-by: Doug Hellmann --- doc/source/webapi/v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index 35a04d2d..c2cef819 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -7,7 +7,7 @@ API ### MY_ACCESS_TOKEN is to be replaced by a token for a given user obtained -from https://my.example.org/#!/profile/tokens initially. The User Tokens +from ``https://my.example.org/#!/profile/tokens`` initially. The User Tokens section of the api documentation gives instructions for obtaining subsequent tokens.