From 191eb709c4d75638e559bacdcac80c0d856da9ae Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Mon, 25 Feb 2019 08:09:29 +0000 Subject: [PATCH] docs: Fix user's profile url Signed-off-by: Ali Alnubani Reviewed-by: Stephen Finucane --- docs/api/rest/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/rest/index.rst b/docs/api/rest/index.rst index dd2a9e7d..1a094d73 100644 --- a/docs/api/rest/index.rst +++ b/docs/api/rest/index.rst @@ -198,7 +198,7 @@ authentication) or with a token (token authentication). The latter is recommended. To authenticate with token authentication, you must first obtain a token. This -can be done from your profile, e.g. https://patchwork.example.com/profile. +can be done from your profile, e.g. https://patchwork.example.com/user. Once you have a token, run: .. code-block:: shell -- 2.47.3