From 752a38628ca0d47ca6fe31a013b9725a7a61db25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com>
Date: Tue, 13 Jun 2023 08:02:45 +0000
Subject: [PATCH] fix: broken links not ending by slash

---
 Dockerfile                                                 | 2 +-
 docs/ecolyo/functionalities/onboarding.md                  | 2 +-
 docs/ecolyo/functionalities/usage_events_tracking.md       | 2 +-
 docs/ecolyo/technical/services/aggregator_usage_events.md  | 4 ++--
 docs/konnectors/grdf.md                                    | 2 +-
 docs/pilote/Pilote-Usager/functionalities/cozy-registry.md | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 2740467..417e94e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 
-FROM python:3.11-alpine as builder
+FROM python:3.11-alpine AS builder
 
 # Set build directory
 WORKDIR /app
diff --git a/docs/ecolyo/functionalities/onboarding.md b/docs/ecolyo/functionalities/onboarding.md
index cb80654..b795779 100644
--- a/docs/ecolyo/functionalities/onboarding.md
+++ b/docs/ecolyo/functionalities/onboarding.md
@@ -12,7 +12,7 @@ When the user connects for the first time to Ecolyo, onboarding screens will be
 
 First of all, we display the GCU screen, which allows user to read the General Condition of Use and the Legal Notice. The user should consent to all the terms to go further in the application.
 !!! note "About terms"
-    More details are available on the [term section](/ecolyo/functionalities/terms).
+    More details are available on the [term section](/ecolyo/functionalities/terms/).
 
 ### Welcome modal
 
diff --git a/docs/ecolyo/functionalities/usage_events_tracking.md b/docs/ecolyo/functionalities/usage_events_tracking.md
index e411267..af63184 100644
--- a/docs/ecolyo/functionalities/usage_events_tracking.md
+++ b/docs/ecolyo/functionalities/usage_events_tracking.md
@@ -52,7 +52,7 @@ Once the indicators is calculated we will:
 
 At the end of the service, the service will change the _aggregated_ flag to **true** for all events present in the array.
 
-More technical information are available [here](/ecolyo/technical/services/aggregator_usage_events)
+More technical information are available [here](/ecolyo/technical/services/aggregator_usage_events/)
 
 ## Remote doctype
 
diff --git a/docs/ecolyo/technical/services/aggregator_usage_events.md b/docs/ecolyo/technical/services/aggregator_usage_events.md
index 3a5f173..a672454 100644
--- a/docs/ecolyo/technical/services/aggregator_usage_events.md
+++ b/docs/ecolyo/technical/services/aggregator_usage_events.md
@@ -23,9 +23,9 @@ The service is responsible of :
 As the remote doctype is not yet available for the service here are the remaining task to do:
 
 - In the manifest.webapp:
-    - Declare the remote doctype [see here](/ecolyo/technical/remote_doctypes)
+    - Declare the remote doctype [see here](/ecolyo/technical/remote_doctypes/)
     - Define the cron to run every day: to check with cozy to ensure that all instances will not trigger the service at the same time
     - Create the translation for "fr" and "en"
 - In the service:
     - Update the remote doctype name in the sendIndicator method
-    - Add a check on the environment to ensure that the service will not post information on the remote doctype when its comes for alpha instance 
\ No newline at end of file
+    - Add a check on the environment to ensure that the service will not post information on the remote doctype when its comes for alpha instance
diff --git a/docs/konnectors/grdf.md b/docs/konnectors/grdf.md
index 5a01dfe..e2125f9 100644
--- a/docs/konnectors/grdf.md
+++ b/docs/konnectors/grdf.md
@@ -15,7 +15,7 @@ All the actions performed by the stack are targeted from pre-registered paramete
 
 On its first launch, following the Oauth Client Connect authentication.
 
-- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/proxy/description).
+- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/proxy/description/).
 - The account has now an access_token and an id_token from the oauth call
 
 !!! info ""
diff --git a/docs/pilote/Pilote-Usager/functionalities/cozy-registry.md b/docs/pilote/Pilote-Usager/functionalities/cozy-registry.md
index 43eac4e..c6c41ae 100644
--- a/docs/pilote/Pilote-Usager/functionalities/cozy-registry.md
+++ b/docs/pilote/Pilote-Usager/functionalities/cozy-registry.md
@@ -18,7 +18,7 @@ A service is run every day to send instance information to the registry.
 ## Launch the service locally
 
 - Switch to Node 16 (using nvm or n)
-- install local remote doctypes (details [here](/ecolyo/project_architecture/remote_doctypes/#local-remote-doctype)), add a folder named org.mps.registry.dev, inside it add a file named request with the following content :
+- install local remote doctypes (details [here](/ecolyo/technical/remote_doctypes/)), add a folder named org.mps.registry.dev, inside it add a file named request with the following content :
 
 ```
 POST https://cozy-registry.poc.self-data.alpha.grandlyon.com/api/pilote
-- 
GitLab