From 1e1caf15d41610995e4a94bdfb25474ac1f4eab2 Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Tue, 22 Oct 2024 15:50:52 +0200
Subject: [PATCH] UPDATES: updating and fixing minor issues

---
 doc/index.md           | 12 ++++++------
 doc/troubleshooting.md |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/index.md b/doc/index.md
index a1a8761..9964dda 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -30,12 +30,12 @@ The following guides and walkthroughs are provided:
 
 - [1. Deployment Guide](https://tfs.etsi.org/documentation/develop/deployment_guide/)
 - [2. Development Guide](https://tfs.etsi.org/documentation/develop/development_guide/)
-- [3. Run Experiments](/3.-Run-Experiments)
-- [4. Features and Bugs](/4.-Features-and-Bugs)
-- [5. Supported SBIs and Network Elements](/5.-Supported-SBIs-and-Network-Elements)
-- [6. Supported NBIs](/6.-Supported-NBIs)
-- [7. Supported Service Handlers](/7.-Supported-Service-Handlers)
-- [8. Troubleshooting](/8.-Troubleshooting)
+- [3. Run Experiments](https://tfs.etsi.org/documentation/develop/run_experiments/)
+- [4. Features and Bugs](https://tfs.etsi.org/documentation/develop/features_and_bugs/)
+- [5. Supported SBIs and Network Elements](https://tfs.etsi.org/documentation/develop/supported_sbis_and_network_elements/)
+- [6. Supported NBIs](https://tfs.etsi.org/documentation/develop/supported_nbis/)
+- [7. Supported Service Handlers](https://tfs.etsi.org/documentation/develop/supported_service_handlers/)
+- [8. Troubleshooting](https://tfs.etsi.org/documentation/develop/troubleshooting/)
 
 
 # Tutorials and TFS Virtual Machine
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index 4e879cc..1ccd0af 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -1,6 +1,6 @@
-- [8.1. Release Disk Space](./8.-Troubleshooting/8.1.-Release-Disk-Space)
-- [8.2. Activate DEBUG mode for microservices and collect logs](./8.-Troubleshooting/8.2.-Activate-DEBUG-mode-for-microservices-and-collect-logs)
-- [8.3. Download a snapshot of the Context database](./8.-Troubleshooting/8.3.-Download-a-snapshot-of-the-Context-database)
+- [8.1. Release Disk Space](#81-release-disk-space)
+- [8.2. Activate DEBUG mode for microservices and collect logs](#82-activate-debug-mode-for-microservices-and-collect-logs)
+- [8.3. Download a snapshot of the Context database](#83-download-a-snapshot-of-the-context-database)
 
 ## **8.1. Release Disk Space**
 
@@ -39,7 +39,7 @@ spec:
           env:
             # ...
             - name: LOG_LEVEL
-              value: "INFO" # change to "DEBUG"
+              value: "INFO" # change to "DEBUG"F
             # ...
 ```
 
-- 
GitLab