diff mbox series

[v2] docs: Fix user's profile url

Message ID 20190225080924.9770-1-alialnu@mellanox.com
State Accepted
Headers show
Series [v2] docs: Fix user's profile url | expand

Commit Message

Ali Alnubani Feb. 25, 2019, 8:09 a.m. UTC
Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
Changes in v2:
	- Rebased on latest master.

 docs/api/rest/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane Feb. 25, 2019, 10:11 a.m. UTC | #1
On Mon, 2019-02-25 at 08:09 +0000, Ali Alnubani wrote:
> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>

Thanks! Applied.
diff mbox series

Patch

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