From 19a46f2f50e355e1cc1d4ba820dcb5a5927269a7 Mon Sep 17 00:00:00 2001 From: Stefan Mogeritsch Date: Fri, 23 Jan 2026 13:41:56 +0100 Subject: [PATCH] docs: remove trailing slashes from links in README for consistency Simplified directory links in `README.md` by removing unnecessary trailing slashes. Updated references to align with the current documentation style. --- docs/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index 04e2bba0..078ec0db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,21 +5,21 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source ## 📂 Struktur ### 🏗️ Core -* **[`01_Architecture`](01_Architecture/)**: Der Masterplan. ADRs, Roadmaps und C4-Modelle. +* **[`01_Architecture`](01_Architecture)**: Der Masterplan. ADRs, Roadmaps und C4-Modelle. * *Start hier:* `MASTER_ROADMAP_2026_Q1.md` -* **[`02_Guides`](02_Guides/)**: Guides für neue Entwickler (Setup, Guidelines). -* **[`03_Domain`](03_Domain/)**: Fachlichkeit (Turnierregeln, Entities). +* **[`02_Guides`](02_Guides)**: Guides für neue Entwickler (Setup, Guidelines). +* **[`03_Domain`](03_Domain)**: Fachlichkeit (Turnierregeln, Entities). ### 🛠️ Tech Stack -* **[`05_Backend`](05_Backend/)**: Spring Boot Services, API-Specs, DB-Schema. - * *Referenz:* `Services/PingService_Reference.md` -* **[`06_Frontend`](06_Frontend/)**: Kotlin Multiplatform, Compose UI, State Management. -* **[`07_Infrastructure`](07_Infrastructure/)**: Docker, Keycloak, CI/CD. +* **[`05_Backend`](05_Backend)**: Spring Boot Services, API-Specs, DB-Schema. + * *Referenz:* `05_Backend/Services/PingService_Reference.md` +* **[`06_Frontend`](06_Frontend)**: Kotlin Multiplatform, Compose UI, State Management. +* **[`07_Infrastructure`](07_Infrastructure)**: Docker, Keycloak, CI/CD. ### 🤖 Process -* **[`04_Agents`](04_Agents/)**: Playbooks für unsere KI-Mitarbeiter. -* **[`90_Reports`](90_Reports/)**: Statusberichte und Meilenstein-Analysen. -* **[`99_Journal`](99_Journal/)**: Tägliche Session-Logs. +* **[`04_Agents`](04_Agents)**: Playbooks für unsere KI-Mitarbeiter. +* **[`90_Reports`](90_Reports)**: Statusberichte und Meilenstein-Analysen. +* **[`99_Journal`](99_Journal)**: Tägliche Session-Logs. --- @@ -41,4 +41,4 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source ## 🚀 Quick Links * [Master Roadmap](01_Architecture/MASTER_ROADMAP_2026_Q1.md) * [Ping Service Reference](05_Backend/Services/PingService_Reference.md) -* [Agent Playbooks](04_Agents/) +* [Agent Playbooks](04_Agents)