Skip to content

Commit

Permalink
Update vesion select URLs in documentation (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier authored May 29, 2020
1 parent f5be8a7 commit 95f40ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
# link here as well:
version = version + """<br/>
Version select: <select onChange="window.location.href = this.value" onFocus="this.selectedIndex = -1">
<option value="https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-guide/docs/index.html">Current release</option>
<option value="https://docs.nvidia.com/deeplearning/sdk/triton-inference-server-master-branch-guide/docs/index.html">master (unstable)</option>
<option value="https://docs.nvidia.com/deeplearning/sdk/inference-server-archived/index.html">Older releases</option>
<option value="https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/index.html">Current release</option>
<option value="https://docs.nvidia.com/deeplearning/triton-inference-server/master-user-guide/docs/index.html">master (unstable)</option>
<option value="https://docs.nvidia.com/deeplearning/triton-inference-server/archives/index.html">Older releases</option>
</select>"""

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 95f40ca

Please sign in to comment.