Skip to content

Commit 99082c0

Browse files
authored
docs: fix broken and malformed documentation links (#5795)
2 parents b4f8db5 + 6ceb184 commit 99082c0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

community/cos-nvidia-bug-report/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Before running the script, ensure you have:
9797

9898
2. The GPU driver is installed on the GCE VM instance.
9999
* Please refer to
100-
[COS's official documentation page](\(https://cloud.google.com/container-optimized-os/docs/how-to/run-gpus#install\))
100+
[COS's official documentation page](https://cloud.google.com/container-optimized-os/docs/how-to/run-gpus#install)
101101
for more detail.
102102
* Sample commands to install the GPU driver and verify the installation:
103103
* ***NOTE:*** For GKE the driver is already installed. Unless opted for [manual driver installation](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#create-gpu-pool-auto-drivers)

community/examples/eda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Depending on the software you want to use, different installation paths may be r
226226
```
227227

228228
where you can follow the installation steps manually. Or using the toolkit's
229-
[startup-script](../../modules/scripts/startup-scripts/README.md) module, the process
229+
[startup-script](../../../modules/scripts/startup-script/README.md) module, the process
230230
can be automated.
231231

232232
Once that is completed, the software will persist on the NetApp Volumes share for as long as you

examples/cae/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Depending on the software you want to use, different installation paths may be r
222222
```
223223

224224
where you can follow the installation steps manually. Or using the toolkit's
225-
[startup-script](../../modules/scripts/startup-scripts/README.md) module, the process
225+
[startup-script](../../modules/scripts/startup-script/README.md) module, the process
226226
can be automated.
227227

228228
Once that is completed, the software will persist on the NFS Filestore share for as long as you

examples/science/af3-slurm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ This solution uses various GCS buckets to store required persistent information:
313313
This bucket is expected to contain a copy of the AlphaFold 3 weights as provided by the process
314314
described in section [AlphaFold 3 Model Weights](#alphafold-3-model-weights).
315315

316-
You can use [Google Cloud Console](htpps://console.cloud.google.com) to upload the
316+
You can use [Google Cloud Console](https://console.cloud.google.com) to upload the
317317
uncompressed `af3.bin` weights file. Alternatively, you can execute on a shell where you have the weights and gcloud commands installed:
318318

319319
```bash

0 commit comments

Comments
 (0)