diff --git a/README.md b/README.md
index 0ac238384..301296c39 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ on the major version of CUDA available in your environment:
For CUDA 12.x:
```bash
-pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.5 cuopt-sh-client==25.5 nvidia-cuda-runtime-cu12==12.8.*
+pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.5.* cuopt-sh-client==25.5.* nvidia-cuda-runtime-cu12==12.8.*
```
### Conda
diff --git a/docs/cuopt/source/conf.py b/docs/cuopt/source/conf.py
index f8f634b96..32c04ec36 100644
--- a/docs/cuopt/source/conf.py
+++ b/docs/cuopt/source/conf.py
@@ -106,7 +106,7 @@
master_doc = "index"
# General information about the project.
-project = "cuopt"
+project = "NVIDIA cuOpt"
copyright = f"2021-{datetime.datetime.today().year}, NVIDIA Corporation"
author = "NVIDIA Corporation"
diff --git a/docs/cuopt/source/cuopt-c/quick-start.rst b/docs/cuopt/source/cuopt-c/quick-start.rst
index a913f9593..a342b5c38 100644
--- a/docs/cuopt/source/cuopt-c/quick-start.rst
+++ b/docs/cuopt/source/cuopt-c/quick-start.rst
@@ -20,7 +20,7 @@ This wheel is a Python wrapper around the C++ library and eases installation and
# This is a deprecated module and no longer used, but it shares the same name for the CLI, so we need to uninstall it first if it exists.
pip uninstall cuopt-thin-client
- pip install --extra-index-url=https://pypi.nvidia.com libcuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.0
+ pip install --extra-index-url=https://pypi.nvidia.com libcuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.*
Conda
diff --git a/docs/cuopt/source/cuopt-server/quick-start.rst b/docs/cuopt/source/cuopt-server/quick-start.rst
index 5eed0cdc8..770d36559 100644
--- a/docs/cuopt/source/cuopt-server/quick-start.rst
+++ b/docs/cuopt/source/cuopt-server/quick-start.rst
@@ -12,7 +12,7 @@ For CUDA 12.x:
.. code-block:: bash
- pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.05.* cuopt-sh-client==25.05.* nvidia-cuda-runtime-cu12==12.8.*
+ pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.5.* cuopt-sh-client==25.5.* nvidia-cuda-runtime-cu12==12.8.*
Conda
@@ -227,4 +227,4 @@ Example Response:
"total_solve_time": 0.10999655723571777
},
"reqId": "afea72c2-6c76-45ce-bcf7-0d55049f32e4"
- }
\ No newline at end of file
+ }
diff --git a/docs/cuopt/source/faq.rst b/docs/cuopt/source/faq.rst
index d452813c9..c4db136b7 100644
--- a/docs/cuopt/source/faq.rst
+++ b/docs/cuopt/source/faq.rst
@@ -13,7 +13,7 @@ General FAQ
.. dropdown:: How to get a NVAIE license?
- Please refer to `NVIDIA NVAIE `_ for more information.
+ Please refer to `NVIDIA NVAIE `_ for more information.
.. dropdown:: How to access NGC registry?