Skip to content

doc: update link to point to ReadTheDocs #1101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/using_rl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The following are optional arguments. When you create an ``RlEstimator`` object,
The library folders will be copied to SageMaker in the same folder where the entrypoint is copied.
If the ``source_dir`` points to S3, code will be uploaded and the S3 location will be used
instead.

For example, the following call:

.. code:: python
Expand Down Expand Up @@ -244,7 +244,7 @@ In case if ``image_name`` was specified it would use provided image for the depl

response = predictor.predict(data)

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>`_
For more information please see `The SageMaker MXNet Model Server <https://sagemaker.readthedocs.io/en/stable/using_mxnet.html#the-sagemaker-mxnet-model-server>`_
and `Deploying to TensorFlow Serving Endpoints <https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/tensorflow/deploying_tensorflow_serving.rst>`_ documentation.


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

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