diff --git a/doc/index.md b/doc/index.md index a1a8761f33c1785395f5cdcf2e0ed8463b01e54f..9964ddac5eee7de1be051091dcb23d0e945f2d78 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 4e879cca82199d10bd44d8a172193c43889ca6f5..1ccd0af4c2f4d3b277bd1dbdbbeb9dce23425a4e 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 # ... ```