aboutsummaryrefslogtreecommitdiff
path: root/docs/api/rest/index.rst
diff options
context:
space:
mode:
authorAli Alnubani <alialnu@mellanox.com>2019-02-25 08:09:29 +0000
committerStephen Finucane <stephen@that.guru>2019-02-25 10:15:33 +0000
commit191eb709c4d75638e559bacdcac80c0d856da9ae (patch)
tree91d26966b4a30505f5c36c406299e3690dd0e8b5 /docs/api/rest/index.rst
parent27f9e7a7142dc25c0c903a94532bc37ee084827c (diff)
downloadpatchwork-191eb709c4d75638e559bacdcac80c0d856da9ae.tar
patchwork-191eb709c4d75638e559bacdcac80c0d856da9ae.tar.gz
docs: Fix user's profile url
Signed-off-by: Ali Alnubani <alialnu@mellanox.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/api/rest/index.rst')
-rw-r--r--docs/api/rest/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/rest/index.rst b/docs/api/rest/index.rst
index dd2a9e7..1a094d7 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