Skip to content

Commit b5b8a0e

Browse files
David Goodwindzier
David Goodwin
authored andcommitted
Fix kfserving and documentation links
1 parent 4a8ee52 commit b5b8a0e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ protocols (version 2) will take place over several releases.
216216
* Beta release of Python client library that uses community standard
217217
GRPC inference protocol.
218218
* See `client documentation
219-
<https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/client_experimental.html>`_
219+
<https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/docs/client_experimental.html>`_
220220
for description and examples showing how to enable and use the new
221221
GRPC inference protocol and Python client library.
222222
* Existing HTTP/REST and GRPC protocols, and existing client APIs

deploy/single_server/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ in a Google Cloud Storage bucket::
8787
$ gsutil mb gs://triton-inference-server-repository
8888

8989
Following the `instructions
90-
<https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-master-branch-guide/docs/run.html#example-model-repository>`_
90+
<https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-master-branch-guide/docs/run.html#example-model-repository>`_
9191
download the example model repository to your system and copy it into
9292
the GCS bucket::
9393

@@ -220,7 +220,7 @@ from the HTTP endpoint::
220220
$ curl 34.83.9.133:8000/api/status
221221

222222
Follow the `instructions
223-
<https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-master-branch-guide/docs/client.html#getting-the-client-examples>`_
223+
<https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-master-branch-guide/docs/client.html#getting-the-client-examples>`_
224224
to get the example image classification client that can be used to
225225
perform inferencing using image classification models being served by
226226
the inference server. For example::

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
# link here as well:
7979
version = version + """<br/>
8080
Version select: <select onChange="window.location.href = this.value" onFocus="this.selectedIndex = -1">
81-
<option value="https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-guide/docs/index.html">Current release</option>
82-
<option value="https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-master-branch-guide/docs/index.html">master (unstable)</option>
81+
<option value="https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/docs/index.html">Current release</option>
82+
<option value="https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-master-branch-guide/docs/index.html">master (unstable)</option>
8383
<option value="https://docs.nvidia.com/deeplearning/sdk/inference-server-archived/index.html">Older releases</option>
8484
</select>"""
8585

@@ -174,7 +174,7 @@
174174
# documentation.
175175
#
176176
html_theme_options = {
177-
'canonical_url': 'https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-guide/docs/index.html',
177+
'canonical_url': 'https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/docs/index.html',
178178
'collapse_navigation': False,
179179
'display_version': True,
180180
'logo_only': False,

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NVIDIA Triton Inference Server
3434
You are currently viewing unstable developer preview
3535
of the documentation. To see the documentation for the latest
3636
stable release click `here
37-
<https://docs.nvidia.com/deeplearning/sdk/tensorrt-inference-server-guide/docs/index.html>`_.
37+
<https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/docs/index.html>`_.
3838

3939
.. include:: ../README.rst
4040
:start-after: overview-begin-marker-do-not-remove

0 commit comments

Comments
 (0)