From 18cc1d3df403a264320b81c4bca3c51a261e5a3b Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Tue, 21 Nov 2023 09:31:39 +0000
Subject: [PATCH] Update handle_assets.md

---
 docs/ecolyo-agent/technical/handle_assets.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/ecolyo-agent/technical/handle_assets.md b/docs/ecolyo-agent/technical/handle_assets.md
index 67a268d..bd1837c 100644
--- a/docs/ecolyo-agent/technical/handle_assets.md
+++ b/docs/ecolyo-agent/technical/handle_assets.md
@@ -35,10 +35,12 @@ Once the job is finished, an artifact containing the required assets is created
 - Go to the volume folder `cd /app/mnt`
 - Import assets generated previously
 
-`curl --header "PRIVATE-TOKEN:<BACKOFFICE-API-TOKEN>" https://forge.grandlyon.com/api/v4/projects/621/jobs/artifacts/master/download?job=import-convert-assets --output image-lib.zip`
+`curl https://forge.grandlyon.com/api/v4/projects/621/jobs/artifacts/master/download?job=import-convert-assets --output image-lib.zip`
 
 >This command fetches the latest artifact for the **import-convert-assets** job
 
 - Extract and overwrite current assets `unzip -o image-lib.zip`
 
-If everything is successful you can go to <https://ecolyo-agent-rec.apps.com/assets/> or <https://ecolyo-agent.apps.com/assets/> to check your updated images.
+If everything is successful you can go to the assets folder to check your updated images :
+- <https://ecolyo-agent-rec.apps.grandlyon.com/assets/>
+- <https://ecolyo-agent.apps.grandlyon.com/assets/>
-- 
GitLab