Skip to content

Commit 66693f6

Browse files
authored
docs: fix more broken and malformed documentation links (#5797)
2 parents 5c8e8de + b978afc commit 66693f6

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/slurm-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ to `false` on the partition in question.
8585
If VMs get stuck in `status: staging` when using the `vm-instance` module with
8686
placement enabled, it may be because you need to allow terraform to make more
8787
concurrent requests. See
88-
[this note](modules/compute/vm-instance/README.md#placement) in the vm-instance
88+
[this note](../modules/compute/vm-instance/README.md#placement) in the vm-instance
8989
README.
9090

9191
#### Insufficient Service Account Permissions

docs/videos/build-your-own-blueprint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The [blueprint in this folder](./batch-high-io.yaml) was produced as part of a
44
training video on how to build your own blueprint from scratch. Watch the
55
YouTube video [here](https://youtu.be/Mb7aOmCdKZU).
66

7-
Note: The DDN-EXAScaler file system referenced in the video is no longer supported. For reference, please use alternate supported file system, like **[Managed-Lustre](modules/file-system/managed-lustre)**.
7+
Note: The DDN-EXAScaler file system referenced in the video is no longer supported. For reference, please use alternate supported file system, like **[Managed-Lustre](../../../modules/file-system/managed-lustre/README.md)**.

docs/vm-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ gcloud compute images create <new_image_name> --project=<your project> --source-
9797

9898
Alternatively, a user can specify a family of images you wish to pull from (i.e.
9999
`--source-image-family` instead of `--source-image`). See more on
100-
[gcloud compute images create](gcloud-compute-images).
100+
[gcloud compute images create][gcloud-compute-images].
101101

102102
Once the image has been created or copied, the user can specify their own
103103
project and the new image name in the `instance_image` field discussed in

examples/gke-consumption-options/dws-calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With Calendar mode, you will be able to request GPU capacity in fixed duration c
66

77
## Create an A3 Ultra cluster
88

9-
The [gke-a3-ultragpu](./examples/gke-a3-ultragpu) example can be used to create an A3 Ultra cluster using a DWS Calendar reservation. The `reservation` variable under `vars` in the [-deployment.yaml](examples/gke-a3-ultragpu/gke-a3-ultragpu-deployment.yaml) should be updated to the DWS Calendar reservation name.
9+
The [gke-a3-ultragpu](../gke-a3-ultragpu/README.md) example can be used to create an A3 Ultra cluster using a DWS Calendar reservation. The reservation variable under vars in the [-deployment.yaml](../gke-a3-ultragpu/gke-a3-ultragpu-deployment.yaml) should be updated to the DWS Calendar reservation name.
1010

1111
Refer to [Create an AI-optimized GKE cluster with default configuration](https://cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute#use-cluster-toolkit) for instructions on creating the GKE-A3U cluster.
1212

examples/gke-tpu-v6e/ml-diagnostics-sample-workload-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To run a sample job, you need a GKE TPU cluster with ML Diagnostics enabled:
1010

1111
1. Deploy a GKE TPU blueprint (e.g., v6e or 7x) with ML Diagnostics features enabled. Instructions can be found in the respective READMEs:
1212

13-
- [GKE TPU v6e README](../../examples/gke-tpu-v6e/README.md#understanding-ml-diagnostics-integration)
14-
- [GKE TPU 7x README](../../examples/gke-tpu-7x/README.md#understanding-ml-diagnostics-integration)
13+
- [GKE TPU v6e README](../README.md#understanding-ml-diagnostics-integration)
14+
- [GKE TPU 7x README](../../gke-tpu-7x/README.md#understanding-ml-diagnostics-integration)
1515

1616
2. Verify the cluster and ML Diagnostics components are correctly configured by following the "Testing ML Diagnostics Cluster Configuration" section in the blueprint's README.
1717

0 commit comments

Comments
 (0)