diff options
author | Ali Alnubani <alialnu@mellanox.com> | 2019-02-25 08:09:29 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-02-25 10:15:33 +0000 |
commit | 191eb709c4d75638e559bacdcac80c0d856da9ae (patch) | |
tree | 91d26966b4a30505f5c36c406299e3690dd0e8b5 /docs/api | |
parent | 27f9e7a7142dc25c0c903a94532bc37ee084827c (diff) | |
download | patchwork-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')
-rw-r--r-- | docs/api/rest/index.rst | 2 |
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 |