Skip to content

Commit d91aaa4

Browse files
doc: fix wget endpoints (#1419)
1 parent 02252a2 commit d91aaa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/amazon_sagemaker_operators_for_kubernetes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Download the sample YAML file for training using the following command:
589589

590590
::
591591

592-
wget https://github.com/aws/amazon-sagemaker-operator-for-k8s/blob/master/samples/xgboost-mnist-trainingjob.yaml
592+
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/samples/xgboost-mnist-trainingjob.yaml
593593

594594
Edit the ``xgboost-mnist-trainingjob.yaml`` file to replace the ``roleArn`` parameter with your ``<sagemaker-execution-role>``, and ``outputPath`` with your S3 bucket that the Amazon SageMaker
595595
execution role has write access to. The ``roleArn`` must have permissions so that Amazon SageMaker
@@ -884,7 +884,7 @@ the following command:
884884

885885
::
886886

887-
wget https://github.com/aws/amazon-sagemaker-operator-for-k8s/blob/master/samples/xgboost-mnist-hpo.yaml
887+
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/samples/xgboost-mnist-hpo.yaml
888888

889889
Edit the \ ``xgboost-mnist-hpo.yaml`` file to replace
890890
the \ ``roleArn`` parameter with your <sagemaker-execution-role>. For
@@ -1260,7 +1260,7 @@ following command:
12601260

12611261
::
12621262

1263-
wget https://github.com/aws/amazon-sagemaker-operator-for-k8s/blob/master/samples/xgboost-mnist-batchtransform.yaml
1263+
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/samples/xgboost-mnist-batchtransform.yaml
12641264

12651265
Edit the file \ ``xgboost-mnist-batchtransform.yaml`` to change
12661266
necessary parameters to replace the \ ``inputdataconfig`` with your
@@ -1495,7 +1495,7 @@ following command:
14951495

14961496
::
14971497

1498-
wget https://github.com/aws/amazon-sagemaker-operator-for-k8s/blob/master/samples/xgboost-mnist-hostingdeployment.yaml
1498+
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/samples/xgboost-mnist-hostingdeployment.yaml
14991499

15001500
The ``xgboost-mnist-hostingdeployment.yaml`` file has the following components that can be edited as required:
15011501

0 commit comments

Comments
 (0)