From 230c30bf96ca1c2c7b321daeca8cd9df4b7044b5 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Thu, 9 May 2024 18:02:26 +0200 Subject: [PATCH] Updated Documentation --- documentation/de/_Index.md | 4 ++-- documentation/en/_Index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/de/_Index.md b/documentation/de/_Index.md index 2ce6467..e246eea 100644 --- a/documentation/de/_Index.md +++ b/documentation/de/_Index.md @@ -7,9 +7,9 @@ - [Erzeugung eines Images](ImageCreation.md) - Überprüfung auf Aktualisierungen -# Statische Codeanalyse +## [Statische Codeanalyse](StaticCodeAnalysis.md) - PMD - SpotBugs -# Sonstiges +## Sonstiges - Lombok \ No newline at end of file diff --git a/documentation/en/_Index.md b/documentation/en/_Index.md index ecb0f3a..6d2456a 100644 --- a/documentation/en/_Index.md +++ b/documentation/en/_Index.md @@ -7,7 +7,7 @@ - [Image Creation](ImageCreation.md) - Checking of Updates -## Static Code Analysis +## [Static Code Analysis](StaticCodeAnalysis.md) - PMD - FindBugs