Skip to content

Commit 4ccb96b

Browse files
Fix broken link (#3095)
Filing this to fix a bad link originally flagged by @gcheron in #3091 @Bobgy requested a signed CLA, 4 days ago. Rather than wait any longer, let's go ahead and get this fixed.
1 parent dc68b1d commit 4ccb96b

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/components/training

1 file changed

+1
-1
lines changed

content/en/docs/components/training/mpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kubectl kustomize base | kubectl apply -f -
6363

6464
## Creating an MPI Job
6565

66-
You can create an MPI job by defining an `MPIJob` config file. See [TensorFlow benchmark example](https://github.com/kubeflow/mpi-operator/blob/master/examples/v1alpha2/tensorflow-benchmarks.yaml) config file for launching a multi-node TensorFlow benchmark training job. You may change the config file based on your requirements.
66+
You can create an MPI job by defining an `MPIJob` config file. See [TensorFlow benchmark example](https://github.com/kubeflow/mpi-operator/blob/master/examples/v2beta1/tensorflow-benchmarks.yaml) config file for launching a multi-node TensorFlow benchmark training job. You may change the config file based on your requirements.
6767

6868
```
6969
cat examples/v2beta1/tensorflow-benchmarks.yaml

0 commit comments

Comments
 (0)