From bea1ba7280d98d524ec302feaa5709822e6fd952 Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Mon, 13 Feb 2023 15:00:37 +0100 Subject: [PATCH] fix link --- 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