Skip to content

Commit c0b5e26

Browse files
authored
doc: update link to point to ReadTheDocs (#1101)
1 parent 8ca7587 commit c0b5e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/using_rl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following are optional arguments. When you create an ``RlEstimator`` object,
123123
The library folders will be copied to SageMaker in the same folder where the entrypoint is copied.
124124
If the ``source_dir`` points to S3, code will be uploaded and the S3 location will be used
125125
instead.
126-
126+
127127
For example, the following call:
128128

129129
.. code:: python
@@ -244,7 +244,7 @@ In case if ``image_name`` was specified it would use provided image for the depl
244244
245245
response = predictor.predict(data)
246246
247-
For more information please see `The SageMaker MXNet Model Server <https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/mxnet#the-sagemaker-mxnet-model-server>`_
247+
For more information please see `The SageMaker MXNet Model Server <https://sagemaker.readthedocs.io/en/stable/using_mxnet.html#the-sagemaker-mxnet-model-server>`_
248248
and `Deploying to TensorFlow Serving Endpoints <https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/tensorflow/deploying_tensorflow_serving.rst>`_ documentation.
249249

250250

@@ -319,4 +319,4 @@ version.
319319
Alternatively, you can build your own image by following the instructions in the SageMaker RL containers
320320
repository, and passing ``image_name`` to the RL Estimator constructor.
321321

322-
You can visit `the SageMaker RL containers repository <https://github.com/aws/sagemaker-rl-container>`_.
322+
You can visit `the SageMaker RL containers repository <https://github.com/aws/sagemaker-rl-container>`_.

0 commit comments

Comments
 (0)