From d38bab3ed1e8561771798bb97e34bea7cfb171b3 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Fri, 4 Aug 2023 13:29:11 +0000
Subject: [PATCH] Update pages link

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 60552394..c9bb3d16 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To use DAN in your own scripts, install it using pip:
 pip install -e .
 ```
 
-For more details about this package, make sure to see the documentation available at <https://teklia.gitlab.io/atr/dan/>.
+For more details about this package, make sure to see the documentation available at <https://atr.pages.teklia.com/dan/>.
 
 ## Development
 
@@ -92,20 +92,20 @@ This package provides three subcommands. To get more information about any subco
 
 ### Get started
 
-See the [dedicated section](https://teklia.gitlab.io/atr/dan/get_started/training/) on the official DAN documentation.
+See the [dedicated section](https://atr.pages.teklia.com/dan/get_started/training/) on the official DAN documentation.
 
 ### Data extraction from Arkindex
 
-See the [dedicated section](https://teklia.gitlab.io/atr/dan/usage/datasets/extract/) on the official DAN documentation.
+See the [dedicated section](https://atr.pages.teklia.com/dan/usage/datasets/extract/) on the official DAN documentation.
 
 ### Dataset formatting
 
-See the [dedicated section](https://teklia.gitlab.io/atr/dan/usage/datasets/format/) on the official DAN documentation.
+See the [dedicated section](https://atr.pages.teklia.com/dan/usage/datasets/format/) on the official DAN documentation.
 
 ### Model training
 
-See the [dedicated section](https://teklia.gitlab.io/atr/dan/usage/train/) on the official DAN documentation.
+See the [dedicated section](https://atr.pages.teklia.com/dan/usage/train/) on the official DAN documentation.
 
 ### Model prediction
 
-See the [dedicated section](https://teklia.gitlab.io/atr/dan/usage/predict/) on the official DAN documentation.
+See the [dedicated section](https://atr.pages.teklia.com/dan/usage/predict/) on the official DAN documentation.
-- 
GitLab