Skip to content

Commit

Permalink
Converted references to md format
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Feb 1, 2024
1 parent 0ecac26 commit cf91c84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ aliveStatusCodes:
ignorePatterns:
- pattern: "^http://localhost.*$"
- pattern: "^http://HOSTNAME:PORT.*$"

replacementPatterns:
- pattern: ".md#.*$"
replacement: ".md"
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ ssh <user>@<vm-address>

* Step through the [Free5GC](content/en/docs/guides/user-guides/exercise-1-free5gc.md) and [OAI](content/en/docs/guides/user-guides/exercise-2-oai.md) exercises
* Learn more about the [Nephio demo sandbox](content/en/docs/guides/install-guides/explore-sandbox.md)
* Dig into the [user guide](content/en/docs/guides/user-guides#nephio-r1-user-guide)
* Dig into the [user guide](content/en/docs/guides/user-guides/_index.md)
* Create a [Bring-Your-Own-Cluster](content/en/docs/guides/install-guides/install-on-byoc.md) Nephio Installation
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/install-on-gce.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ ssh <user>@<vm-address>
## Next Steps

* Step through the exercises
* [Free5GC Testbed Deployment and E2E testing with UERANSIM](content/en/docs/guides/content/en/docs/guides/install-guides/user-guides/exercise-1-free5gc.md)
* [Free5GC Testbed Deployment and E2E testing with UERANSIM](content/en/docs/guides/user-guides/exercise-1-free5gc.md)
* [OAI Core and RAN Testbed Deployment and E2E testing](content/en/docs/guides/user-guides/exercise-2-oai.md)
* Learn more about the [Nephio demo sandbox](content/en/docs/guides/install-guides/explore-sandbox.md)
* Dig into the [user guide](content/en/docs/guides/user-guides/_index.md)
2 changes: 1 addition & 1 deletion content/en/docs/guides/user-guides/helm/flux-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Then, we can utilize the flux Custom Resources defined in another test kpt packa

## Prerequisites:

* [Nephio R1 sandbox](content/en/docs/guides/install-guides/install-guides/_index.md): Set up the Nephio sandbox environment.
* [Nephio R1 sandbox]/content/en/docs/guides/install-guides/install-guides/_index.md): Set up the Nephio sandbox environment.
* [Access to the Nephio Web UI](content/en/docs/guides/install-guides/_index.md#access-to-the-user-interfaces)
* [Nephio R1 sandbox workload clusters](content/en/docs/guides/user-guides/exercise-1-free5gc.md):
Create/Deploy the predefined set of workload clusters by completing the Free5GC Core quick start exercises up to and including
Expand Down

0 comments on commit cf91c84

Please sign in to comment.