diff --git a/STYLE.md b/STYLE.md
index 84c4073fb1b294a86267afb6a7b56735fa0a771a..b3172eb30a59fe13ddcf430705aa9469ab1d6f1b 100644
--- a/STYLE.md
+++ b/STYLE.md
@@ -583,7 +583,7 @@ An example of a to-do comment with a GitLab issue follows:
 ```markdown
 <!--
 TODO: Update screenshots for v1.0
-https://gitlab.com/arkindex/doc/issues/99999
+https://gitlab.com/teklia/arkindex/doc/issues/99999
 -->
 ```
 
diff --git a/content/howto/run_process/index.md b/content/howto/run_process/index.md
index 51f65cdafc0bbce6a72ff9c6ae4d37dbf9009173..0e2256413001ef48ff2b7dfe96380d5a7c2843d7 100644
--- a/content/howto/run_process/index.md
+++ b/content/howto/run_process/index.md
@@ -149,7 +149,7 @@ When clicking on the **Retry** button or creating a new process with similar wor
 If some elements are locked in a `started` state and could never complete, you will have to wait a 1 hour timeout to start processing them again with this worker.
 
 {% warning() %}
-[Base worker package](https://gitlab.com/arkindex/base-worker/) must be at version `0.2.2` or above for a worker to skip processed elements.
+[Base worker package](https://gitlab.com/teklia/workers/base-worker/) must be at version `0.2.2` or above for a worker to skip processed elements.
 {% end %}
 
 It is also possible to list all existing activities at a project's level. This page is accessible from the main page of a project by clicking on **Action** > **Workers activity**.
diff --git a/content/overview/_index.md b/content/overview/_index.md
index 92b90cdc79a848d641f668da8e93499000ee8153..a8618a1dc5801699d85a4a57bac0a66e771846ac 100644
--- a/content/overview/_index.md
+++ b/content/overview/_index.md
@@ -25,7 +25,7 @@ These complex tools are easily launched from your web browser, and run on powerf
 
 {{ figure(image="overview/process.png", height=240, caption="Easily view the progress of Machine Learning workflows") }}
 
-<!-- TODO: Add link on how to create a process: https://gitlab.com/arkindex/doc/-/issues/8 -->
+<!-- TODO: Add link on how to create a process: https://gitlab.com/teklia/arkindex/doc/-/issues/8 -->
 
 ## Data Import
 
@@ -36,9 +36,9 @@ Arkindex can import your data from different sources:
 - an [Amazon S3](https://aws.amazon.com/s3/) bucket
 - [Transkribus](https://readcoop.eu/transkribus) collections
 
-<!-- TODO: Add link on how to import from transkribus: https://gitlab.com/arkindex/doc/-/issues/23 -->
+<!-- TODO: Add link on how to import from transkribus: https://gitlab.com/teklia/arkindex/doc/-/issues/23 -->
 
-<!-- TODO: Add link on how to create a process: https://gitlab.com/arkindex/doc/-/issues/7 -->
+<!-- TODO: Add link on how to create a process: https://gitlab.com/teklia/arkindex/doc/-/issues/7 -->
 
 ## Customizable user access
 
diff --git a/content/overview/api.md b/content/overview/api.md
index 9d0911b985b4ad0af50d0275002f3c1b6844a42e..68e8e147187376b34dcb6f8630bf61439e900c7a 100644
--- a/content/overview/api.md
+++ b/content/overview/api.md
@@ -16,7 +16,7 @@ We have open-sourced two API clients in Python to ease the usage of our platform
 
 ### Python API client
 
-A low-level API client in Python is available on PyPI as [arkindex-client](https://pypi.org/project/arkindex-client/). Its source code is freely available on [this repository](https://gitlab.com/arkindex/api-client/).
+A low-level API client in Python is available on PyPI as [arkindex-client](https://pypi.org/project/arkindex-client/). Its source code is freely available on [this repository](https://gitlab.com/teklia/arkindex/api-client/).
 
 You can install it on your computer (provided you have Python 3.6+ installed) using pip:
 
@@ -41,7 +41,7 @@ More documentation is available on the [official package page](https://pypi.org/
 ### Command line tool
 
 A more high-level tool is available using the command line. It implements common operations to be more efficient with Arkindex.
-It is available on PyPI as [arkindex-cli](https://pypi.org/project/arkindex-cli/). Its source code is freely available on [this repository](https://gitlab.com/arkindex/cli/).
+It is available on PyPI as [arkindex-cli](https://pypi.org/project/arkindex-cli/). Its source code is freely available on [this repository](https://gitlab.com/teklia/arkindex/cli/).
 
 A dedicated detailed documentation is available at [cli.arkindex.org](https://cli.arkindex.org/).
 
diff --git a/content/workers/_index.md b/content/workers/_index.md
index 68a2d9426c109ee14fdab3c1edddc6a744a4a6a1..5b7db16152be1a1321e6444aedef929d85a991ec 100644
--- a/content/workers/_index.md
+++ b/content/workers/_index.md
@@ -14,14 +14,14 @@ This section consists of the following guides:
 * [Setting up a new worker](@/workers/create.md)
 <!--
 TODO: * [Worker implementation guidelines](@/workers/implement.md)
-https://gitlab.com/arkindex/doc/-/issues/17
+https://gitlab.com/teklia/arkindex/doc/-/issues/17
 -->
 * [Running your worker locally](@/workers/run-local.md)
 <!--
 TODO: * [Running your worker on Arkindex](@/workers/run-arkindex.md)
-https://gitlab.com/arkindex/doc/-/issues/18
+https://gitlab.com/teklia/arkindex/doc/-/issues/18
 TODO: * [Writing tests for your worker](@/workers/tests.md)
-https://gitlab.com/arkindex/doc/-/issues/16
+https://gitlab.com/teklia/arkindex/doc/-/issues/16
 -->
 * [Maintaining a worker](@/workers/maintenance.md)
 
diff --git a/content/workers/ci/index.md b/content/workers/ci/index.md
index b978d6fa974c16aaf6863f635b3e3a73698ae54f..988659ecf58548541f40360c9e73a2b6d75e5fa6 100644
--- a/content/workers/ci/index.md
+++ b/content/workers/ci/index.md
@@ -64,7 +64,7 @@ and find bugs before they make their way into production.
 
 <!-- TODO:
 For more information, see [Writing unit tests for your worker](@/workers/tests.md).
-https://gitlab.com/arkindex/doc/-/issues/16
+https://gitlab.com/teklia/arkindex/doc/-/issues/16
 -->
 
 ## Building
diff --git a/content/workers/create.md b/content/workers/create.md
index 8089b4547cd3fa5a9c01fa5186c7e7b7017b8d49..30363604934aedd41c1a4cea1058465fd618d481 100644
--- a/content/workers/create.md
+++ b/content/workers/create.md
@@ -68,7 +68,7 @@ To bootstrap a new Arkindex worker, some Python dependencies will be required:
 * [tox][tox] will be used to run unit tests.
 <!--
 TODO: Link to [unit tests](@/workers/tests.md)
-https://gitlab.com/arkindex/doc/-/issues/16
+https://gitlab.com/teklia/arkindex/doc/-/issues/16
 -->
 * [cookiecutter][cookiecutter] will be used to bootstrap the project.
 * [virtualenvwrapper][virtualenvwrapper] will be used to manage Python virtual
@@ -126,7 +126,7 @@ to get a basic structure for your worker.
 2. Enter this command and fill in the required information:
 
    ```
-   cookiecutter git@gitlab.com:arkindex/base-worker.git
+   cookiecutter git@gitlab.com:teklia/workers/base-worker.git
    ```
 
 Cookiecutter will ask you for several options:
@@ -219,10 +219,10 @@ to use a virtual environment.
 
 <!--
 TODO: You can now start [implementing your worker](@/workers/implement.md).
-https://gitlab.com/arkindex/doc/-/issues/17
+https://gitlab.com/teklia/arkindex/doc/-/issues/17
 -->
 
-[base-worker]: https://gitlab.com/arkindex/base-worker/
+[base-worker]: https://gitlab.com/teklia/workers/base-worker/
 [pre-commit]: https://pre-commit.com/
 [tox]: https://tox.readthedocs.io/
 [cookiecutter]: https://cookiecutter.readthedocs.io/
diff --git a/content/workers/maintenance.md b/content/workers/maintenance.md
index b167da9f15d0c65fc9e64d2b9cb8fcd29836f12f..cb1027a15e7ea91135208d77ea638a825959e9e0 100644
--- a/content/workers/maintenance.md
+++ b/content/workers/maintenance.md
@@ -28,4 +28,4 @@ any conflicts that may arise.
 3. Using the Git diff, resolve the conflicts yourself as Cookiecutter will be
    overwriting existing files.
 
-[base-worker]: https://gitlab.com/arkindex/base-worker/
+[base-worker]: https://gitlab.com/teklia/workers/base-worker/
diff --git a/content/workers/template-structure.md b/content/workers/template-structure.md
index aec16386749240d486251dd01bfeb9395532600b..22d83d06cc0b69a5fd89003d991b556d19b7ccac 100644
--- a/content/workers/template-structure.md
+++ b/content/workers/template-structure.md
@@ -123,7 +123,7 @@ An example unit test file.
 
 <!--
 TODO: For more information, see [Writing tests for your worker](@/workers/tests.md).
-https://gitlab.com/arkindex/doc/-/issues/16
+https://gitlab.com/teklia/arkindex/doc/-/issues/16
 -->
 
   </dd>
@@ -142,13 +142,13 @@ Arkindex elements.
 <!-- TODO:
 For more information, see
 [Implementing a Machine Learning worker](@/workers/implement.md).
-https://gitlab.com/arkindex/doc/-/issues/17
+https://gitlab.com/teklia/arkindex/doc/-/issues/17
 -->
 
   </dd>
 </dl>
 
-[base-worker]: https://gitlab.com/arkindex/base-worker/
+[base-worker]: https://gitlab.com/teklia/workers/base-worker/
 [template-updates]: @/workers/maintenance.md#updating-the-template
 [dockerignore]: https://docs.docker.com/engine/reference/builder/#dockerignore-file
 [flake8]: https://flake8.pycqa.org/en/latest/user/configuration.html
diff --git a/content/workers/yaml.md b/content/workers/yaml.md
index c3b19e360a0586f5d8aea46bfb9e260b9d6bf88e..6267b4918d31f3d10633fab7cc78a10c345301ee 100644
--- a/content/workers/yaml.md
+++ b/content/workers/yaml.md
@@ -51,12 +51,12 @@ include:
   <!--
   TODO: Make the path relative to the YAML file itself, in the case of a
   separate file for a single worker?
-  https://gitlab.com/arkindex/tasks/-/issues/95
+  https://gitlab.com/teklia/arkindex/tasks/-/issues/95
   -->
 
   <!--
   TODO: Implement this!
-  https://gitlab.com/arkindex/tasks/-/issues/93
+  https://gitlab.com/teklia/arkindex/tasks/-/issues/93
 
   `image`: Tag of an existing Docker image to use for this worker instead of building a
   custom image from a Dockerfile.