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

Commit b320108

Browse files
Added readthedocs link in README (#40)
1 parent 8cc0336 commit b320108

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](). 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://sagemaker.readthedocs.io/en/stable/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:
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]().
40+
To install the operators onto your Kubernetes cluster, follow our [User Guide](https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_operators_for_kubernetes.html).
4141

4242
### YAML Examples
4343

0 commit comments

Comments
 (0)