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.
This commit is contained in:
2026-01-23 13:41:56 +01:00
parent 84337697ce
commit 19a46f2f50
+11 -11
View File
@@ -5,21 +5,21 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source
## 📂 Struktur ## 📂 Struktur
### 🏗️ Core ### 🏗️ 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` * *Start hier:* `MASTER_ROADMAP_2026_Q1.md`
* **[`02_Guides`](02_Guides/)**: Guides für neue Entwickler (Setup, Guidelines). * **[`02_Guides`](02_Guides)**: Guides für neue Entwickler (Setup, Guidelines).
* **[`03_Domain`](03_Domain/)**: Fachlichkeit (Turnierregeln, Entities). * **[`03_Domain`](03_Domain)**: Fachlichkeit (Turnierregeln, Entities).
### 🛠️ Tech Stack ### 🛠️ Tech Stack
* **[`05_Backend`](05_Backend/)**: Spring Boot Services, API-Specs, DB-Schema. * **[`05_Backend`](05_Backend)**: Spring Boot Services, API-Specs, DB-Schema.
* *Referenz:* `Services/PingService_Reference.md` * *Referenz:* `05_Backend/Services/PingService_Reference.md`
* **[`06_Frontend`](06_Frontend/)**: Kotlin Multiplatform, Compose UI, State Management. * **[`06_Frontend`](06_Frontend)**: Kotlin Multiplatform, Compose UI, State Management.
* **[`07_Infrastructure`](07_Infrastructure/)**: Docker, Keycloak, CI/CD. * **[`07_Infrastructure`](07_Infrastructure)**: Docker, Keycloak, CI/CD.
### 🤖 Process ### 🤖 Process
* **[`04_Agents`](04_Agents/)**: Playbooks für unsere KI-Mitarbeiter. * **[`04_Agents`](04_Agents)**: Playbooks für unsere KI-Mitarbeiter.
* **[`90_Reports`](90_Reports/)**: Statusberichte und Meilenstein-Analysen. * **[`90_Reports`](90_Reports)**: Statusberichte und Meilenstein-Analysen.
* **[`99_Journal`](99_Journal/)**: Tägliche Session-Logs. * **[`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 ## 🚀 Quick Links
* [Master Roadmap](01_Architecture/MASTER_ROADMAP_2026_Q1.md) * [Master Roadmap](01_Architecture/MASTER_ROADMAP_2026_Q1.md)
* [Ping Service Reference](05_Backend/Services/PingService_Reference.md) * [Ping Service Reference](05_Backend/Services/PingService_Reference.md)
* [Agent Playbooks](04_Agents/) * [Agent Playbooks](04_Agents)