From 3b0a327c6ae1546c78516e2a753ab21070c2de4b Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Mon, 13 Feb 2023 17:30:01 +0000
Subject: [PATCH] Fix link about API token retrieval

---
 docs/contents/workers/run-local.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/contents/workers/run-local.md b/docs/contents/workers/run-local.md
index 53337b61..31d39356 100644
--- a/docs/contents/workers/run-local.md
+++ b/docs/contents/workers/run-local.md
@@ -20,7 +20,7 @@ For a worker to run properly, you will need two types of credentials:
 For the worker to run, you will need an Arkindex authentication token.
 You can use your own account's token when testing on your own machine.
 
-You can retrieve your personal API Token from your [profile page](https://doc.arkindex.org/users/auth/index.md#personal-token).
+You can retrieve your personal API Token from your [profile page](https://doc.arkindex.org/users/auth/#personal-token).
 
 ### Retrieving a worker version ID
 
-- 
GitLab