From 2440ea8dd603b4d14e6849a5a55b2efbc12652e1 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Tue, 6 Dec 2022 17:41:25 +0000
Subject: [PATCH] Use the right surge url and add URL to docs

---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfc5409f..b6568350 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -123,7 +123,7 @@ docs-stop-surge:
 
   environment:
     name: ${CI_COMMIT_REF_SLUG}
-    url: https://${CI_COMMIT_REF_SLUG}-base-worker-arkindex.surge.sh
+    url: https://${CI_COMMIT_REF_SLUG}-teklia-atr-dan.surge.sh
     action: stop
 
   before_script:
diff --git a/README.md b/README.md
index d07ea864..ebe64dff 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Documentation
 
-For more details about this package, make sure to see the documentation available at ...
+For more details about this package, make sure to see the documentation available at https://teklia.gitlab.io/atr/dan/.
 
 
 ## Installation
-- 
GitLab