From f9b5e69b5a94ae94a79b50be0f2933b24b190634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Proen=C3=A7a?= Date: Wed, 28 May 2025 00:59:22 +0100 Subject: [PATCH] Minor docs changes --- docs/phases/phase7.md | 2 +- docs/phases/phase8.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/phases/phase7.md b/docs/phases/phase7.md index d561609..f31292e 100644 --- a/docs/phases/phase7.md +++ b/docs/phases/phase7.md @@ -1,3 +1,3 @@ ## 🔍 Phase 7 - Implementation and Scripted Deployment of Previous Phase -TODO \ No newline at end of file +The system implementation and deployment can be found [here](../../code). \ No newline at end of file diff --git a/docs/phases/phase8.md b/docs/phases/phase8.md index 46c79c6..74ba814 100644 --- a/docs/phases/phase8.md +++ b/docs/phases/phase8.md @@ -1,3 +1,3 @@ ## 🔍 Phase 8 - Automation with CI/CD -TODO \ No newline at end of file +The CI/CD workflow can be found [here](../../.github/workflows/main.yaml). \ No newline at end of file