Skip to content

Commit b8733c6

Browse files
fix: "Deploy w/ Slurm" link now links to Slurm docs (#246)
2 parents 5f171aa + 0bbbf17 commit b8733c6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ yarn-error.log*
2424
.env*.local
2525

2626

27-
helpers/__pycache__/** */
27+
helpers/__pycache__/** */
28+
29+
# Webstorm
30+
.idea/*

docs/instant-clusters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Get started with Instant Clusters by following a step-by-step tutorial for your
2626

2727
- [Deploy an Instant Cluster with PyTorch](/instant-clusters/pytorch).
2828
- [Deploy an Instant Cluster with Axolotl](/instant-clusters/axolotl).
29-
- [Deploy an Instant Cluster with Slurm](/instant-clusters/axolotl).
29+
- [Deploy an Instant Cluster with Slurm](/instant-clusters/slurm).
3030

3131
## Use cases for Instant Clusters
3232

0 commit comments

Comments
 (0)