Conversation
Fixed broken page links warned about when running local server:
```console
$ mkdocs serve -a localhost:9999
```
```text
WARNING - Doc file 'safe-haven-services/open-ondemand/containers.md' contains a link
'../tre-container-user-guide/introduction.md', but the target
'safe-haven-services/tre-container-user-guide/introduction.md' is not found
among documentation files.
```
Updated `docs/safe-haven-services/open-ondemand/containers.md`, fixed link to be to `../shs-container-user-guide/introduction.md`.
```text
WARNING - Doc file 'safe-haven-services/tre-gpu-service/index.md' contains a link
'../virtual-desktop-connections.md', but the target
'safe-haven-services/virtual-desktop-connections.md' is not found among
documentation files.
```
Updated `docs/safe-haven-services/tre-gpu-service/index.md`, fixed link to be to `../safe-haven-access.md` and tweaked link text.
```text
INFO - Doc file
'safe-haven-services/tre-gpu-service/training/L4_requesting_persistent_volumes.md'
contains an unrecognized relative link '../L1_getting_started/#requirements',
it was left as is. Did you mean 'L1_getting_started.md#requirements'?
```
Updated `docs/safe-haven-services/tre-gpu-service/training/L4_requesting_persistent_volumes.md`, fixed link to be to `./L1_getting_started.md`.
```text
INFO - Doc file
'safe-haven-services/tre-gpu-service/training/L5_running_a_pytorch_task.md'
contains an unrecognized relative link '../L1_getting_started/#requirements',
it was left as is. Did you mean 'L1_getting_started.md#requirements'?
```
```text
INFO - Doc file
'safe-haven-services/tre-gpu-service/training/L5_running_a_pytorch_task.md'
contains an unrecognized relative link
'../L2_requesting_persistent_volumes/#requirements', it was left as is.
```
Updated `docs/safe-haven-services/tre-gpu-service/training/L5_running_a_pytorch_task.md`, fixed links to be to `(./L1_getting_started.md)` and `(./L4_requesting_persistent_volumes.md)`.
```text
INFO - Doc file 'safe-haven-services/tre-gpu-service/training/L6_template_workflow.md'
contains an unrecognized relative link '../L1_getting_started/#requirements',
it was left as is. Did you mean 'L1_getting_started.md#requirements'?
```
```text
INFO - Doc file 'safe-haven-services/tre-gpu-service/training/L6_template_workflow.md'
contains an unrecognized relative link
'../L4_requesting_persistent_volumes/#requirements', it was left as is. Did you
mean 'L4_requesting_persistent_volumes.md#requirements'?
```
Updated `docs/safe-haven-services/tre-gpu-service/training/L6_template_workflow.md`, fixed links to be to `(./L1_getting_started.md)` and `(./L4_requesting_persistent_volumes.md)`.
```text
INFO - Doc file 'safe-haven-services/shs-container-user-guide/development-workflow.md'
contains a link './introduction.md#overview', but the doc
'safe-haven-services/shs-container-user-guide/introduction.md' does not contain
an anchor '#overview'.
```
Updated `docs/safe-haven-services/shs-container-user-guide/development-workflow.md`, fixed link to be to `./introduction.md` and tweaked link text.
kavousan
requested changes
Feb 17, 2026
Contributor
kavousan
left a comment
There was a problem hiding this comment.
Just the one wee thing. Thanks for fixing these.
Contributor
Author
There was a problem hiding this comment.
Thanks, commited the fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EIDF Documentation Pull Request
Description
Fixed broken page links warned about when running local server:
$ mkdocs serve -a localhost:9999Updated
docs/safe-haven-services/open-ondemand/containers.md, fixed link to be to../shs-container-user-guide/introduction.md.Updated
docs/safe-haven-services/tre-gpu-service/index.md, fixed link to be to../safe-haven-access.mdand tweaked link text.Updated
docs/safe-haven-services/tre-gpu-service/training/L4_requesting_persistent_volumes.md, fixed link to be to./L1_getting_started.md.Updated
docs/safe-haven-services/tre-gpu-service/training/L5_running_a_pytorch_task.md, fixed links to be to(./L1_getting_started.md)and(./L4_requesting_persistent_volumes.md).Updated
docs/safe-haven-services/tre-gpu-service/training/L6_template_workflow.md, fixed links to be to(./L1_getting_started.md)and(./L4_requesting_persistent_volumes.md).Updated
docs/safe-haven-services/shs-container-user-guide/development-workflow.md, fixed link to be to./introduction.mdand tweaked link text.Type of change
What has to be reviewed
Checklist