Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit ae6503d

Browse files
jsitu777jsitu
andauthored
fixed Install the operators link to point to right location (#199)
* fixed Install the operators link to point to right location Co-authored-by: jsitu <jsitu@88665a43d1bb.ant.amazon.com>
1 parent 27258b8 commit ae6503d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Amazon SageMaker Operators for Kubernetes are operators that can be used to trai
88

99
## Usage
1010

11-
First, you must [install the operators](https://docs.aws.amazon.com/sagemaker/latest/dg/amazon-sagemaker-operators-for-kubernetes.html). After installation is complete, create a TrainingJob YAML specification by following one of the samples, like [samples/xgboost-mnist-trainingjob.yaml](./samples/xgboost-mnist-trainingjob.yaml). Then, use `kubectl` to create and monitor the progress of your job:
11+
First, you must [install the operators](https://docs.aws.amazon.com/sagemaker/latest/dg/kubernetes-sagemaker-operators.html). After installation is complete, create a TrainingJob YAML specification by following one of the samples, like [samples/xgboost-mnist-trainingjob.yaml](./samples/xgboost-mnist-trainingjob.yaml). Then, use `kubectl` to create and monitor the progress of your job:
1212

1313
```bash
1414
$ kubectl apply -f xgboost-mnist-trainingjob.yaml
@@ -37,7 +37,7 @@ xgboost-mnist-cf1e16fb10a511eaaa450a350733ba06/algo-1-1574811611 2019-11-26 15:4
3737

3838
The Amazon SageMaker Operators for Kubernetes enable management of SageMaker TrainingJobs, HyperParameterTuningJobs, BatchTransformJobs and HostingDeployments (Endpoints). Create and monitor them using the same `kubectl` tool as above.
3939

40-
To install the operators onto your Kubernetes cluster, follow our [User Guide](https://docs.aws.amazon.com/sagemaker/latest/dg/amazon-sagemaker-operators-for-kubernetes.html).
40+
To install the operators onto your Kubernetes cluster, follow our [User Guide](https://docs.aws.amazon.com/sagemaker/latest/dg/kubernetes-sagemaker-operators.html).
4141

4242
### YAML Examples
4343

0 commit comments

Comments
 (0)