Skip to content

Commit b479c41

Browse files
authored
Fixed broken documentation links (#52)
1 parent a5707c7 commit b479c41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import hpc_launcher.torch
3636
## CLI options for HPC-Launcher `launch` and `torchrun-hpc` commands
3737

3838
- [`launch`](./launch_cli.md) - General purpose HPC job launcher
39-
- [`torchrun-hpc`](./torchrun-hpc_cli_2.md) - PyTorch-specific distributed training launcher
39+
- [`torchrun-hpc`](./torchrun-hpc_cli.md) - PyTorch-specific distributed training launcher
4040

4141
# LBANN: Livermore Big Artificial Neural Network Toolkit
4242

launch_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The launcher automatically detects the available scheduler. Override with `--sch
296296
297297
## See Also
298298
299-
- `torchrun-hpc` - PyTorch-specific distributed training launcher
299+
- [`torchrun-hpc`](./torchrun-hpc_cli.md) - PyTorch-specific distributed training launcher
300300
- HPC-launcher documentation: https://github.com/LBANN/HPC-launcher
301301
- LBANN documentation: https://lbann.readthedocs.io
302302

torchrun-hpc_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ if __name__ == "__main__":
438438
439439
## See Also
440440
441-
- `launch` - General purpose HPC job launcher
441+
- [`launch`](./launch_cli.md) - General purpose HPC job launcher
442442
- PyTorch Distributed Documentation: https://pytorch.org/docs/stable/distributed.html
443443
- HPC-launcher Repository: https://github.com/LBANN/HPC-launcher
444444
- LBANN Documentation: https://lbann.readthedocs.io

0 commit comments

Comments
 (0)