From 90a91732e1aeda418187ac4500faf68cef50a32d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 22 May 2023 22:36:59 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- changelogs/client_server/newsfragments/1530.new | 2 +- content/client-server-api/_index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelogs/client_server/newsfragments/1530.new b/changelogs/client_server/newsfragments/1530.new index 6f7c9ebf..ffe9abd9 100644 --- a/changelogs/client_server/newsfragments/1530.new +++ b/changelogs/client_server/newsfragments/1530.new @@ -1 +1 @@ -[`POST /_matrix/client/v3/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token). \ No newline at end of file +[`POST /_matrix/client/v1/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token). \ No newline at end of file diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 620c4b42..8ebe8f71 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -1177,7 +1177,8 @@ is complete, the client will need to submit a `/login` request matching `m.login.token`. {{< added-in v="1.7" >}} Already-authenticated clients can additionally generate -a token for their user ID if supported by the homeserver using `POST /login/get_token`. +a token for their user ID if supported by the homeserver using +[`POST /login/get_token`](/client-server-api/#post_matrixclientv1loginget_token). {{% http-api spec="client-server" api="login" %}}