From 11629402da94e00ba97243c29bba9fa7a0332e6b Mon Sep 17 00:00:00 2001 From: Abinash Satapathy Date: Thu, 19 Jun 2025 11:42:15 +0200 Subject: [PATCH] fix: Update the link to Python docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b43ec46ad8..75da22a5d7 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Review the [CONTRIBUTING.md](CONTRIBUTING.md) file for information on how to con ## Resources - [libcuopt (C) documentation](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-c/index.html) -- [cuopt (Python) documentation](https://docs.nvidia.com/cuopt/user-guidindex.html) +- [cuopt (Python) documentation](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-python/index.html) - [cuopt (Server) documentation](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-server/index.html) - [Examples and Notebooks](https://github.com/NVIDIA/cuopt-examples) - [Test cuopt with NVIDIA Launchable](https://brev.nvidia.com/launchable/deploy?launchableID=env-2qIG6yjGKDtdMSjXHcuZX12mDNJ): Examples notebooks are pulled and hosted on [NVIDIA Launchable](https://docs.nvidia.com/brev/latest/).