From 72c25928fb61ba1f74f69376bf0406585c53e4b7 Mon Sep 17 00:00:00 2001 From: Tristan Joncour Date: Tue, 22 Sep 2026 18:58:05 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme)=20:=20les=20liens=20anglais=20m?= =?UTF-8?q?=C3=A8nent=20aux=20pages=20anglaises?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Depuis une page anglaise, un lien vers un autre dépôt renvoyait sur son README français, et le lecteur devait recliquer sur la pastille. Les liens visent maintenant README.en.md directement. La version française n'est pas touchée : ses liens continuent de mener aux pages françaises. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_011hwWL8vXtMznbtwVp8pGZK --- README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 088c521..ae3df31 100644 --- a/README.en.md +++ b/README.en.md @@ -59,7 +59,7 @@ The cycle is the organisation's: an issue describes the work, a branch starts fr 05 Ecosystem -The modules driven by this application each have their own repository: [Switch Track](https://github.com/Microcoaster/Switch-Track), [Launch Track](https://github.com/Microcoaster/Launch-Track), [Lift Hill](https://github.com/Microcoaster/Lift-Hill), [Audio module](https://github.com/Microcoaster/Module-Audio), [Smoke Machine](https://github.com/Microcoaster/Smoke-Machine). The common base is the [WiFi Manager](https://github.com/Microcoaster/MicroCoaster_WifiManager). +The modules driven by this application each have their own repository: [Switch Track](https://github.com/Microcoaster/Switch-Track/blob/main/README.en.md), [Launch Track](https://github.com/Microcoaster/Launch-Track/blob/main/README.en.md), [Lift Hill](https://github.com/Microcoaster/Lift-Hill/blob/main/README.en.md), [Audio module](https://github.com/Microcoaster/Module-Audio/blob/main/README.en.md), [Smoke Machine](https://github.com/Microcoaster/Smoke-Machine/blob/main/README.en.md). The common base is the [WiFi Manager](https://github.com/Microcoaster/MicroCoaster_WifiManager/blob/main/README.en.md). ---