Skip to content

Commit c68a87c

Browse files
committed
Fix links
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 4e51949 commit c68a87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/client-server-api/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ endpoints it supports.
439439
Most API endpoints require the user to identify themselves by presenting
440440
previously obtained credentials in the form of an access token.
441441
An access token is typically obtained via the [Login](#login) or
442-
[Registration](#account-registration-and-management) processes. Access tokens
442+
[Registration](#account-registration) processes. Access tokens
443443
can expire; a new access token can be generated by using a refresh token.
444444

445445
{{% boxes/note %}}
@@ -494,7 +494,7 @@ used to generate a new access token and refresh token, the new access
494494
and refresh tokens are now bound to the device associated with the
495495
initial refresh token.
496496

497-
By default, the [Login](#login) and [Registration](#account-registration-and-management)
497+
By default, the [Login](#login) and [Registration](#account-registration)
498498
processes auto-generate a new `device_id`. A client is also free to
499499
generate its own `device_id` or, provided the user remains the same,
500500
reuse a device: in either case the client should pass the `device_id` in

0 commit comments

Comments
 (0)