From abcad8804493b3463622be9489a88e5c707e35c1 Mon Sep 17 00:00:00 2001 From: Cindy Wilkinson Date: Wed, 1 Apr 2026 18:09:44 -0400 Subject: [PATCH] Fixing broken links --- docs/cuopt/source/cuopt-c/lp-qp-milp/lp-qp-example.rst | 2 +- docs/cuopt/source/cuopt-c/lp-qp-milp/milp-examples.rst | 2 +- docs/cuopt/source/cuopt-python/routing/routing-example.ipynb | 2 +- docs/cuopt/source/cuopt-server/examples/lp-examples.rst | 2 +- docs/cuopt/source/faq.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cuopt/source/cuopt-c/lp-qp-milp/lp-qp-example.rst b/docs/cuopt/source/cuopt-c/lp-qp-milp/lp-qp-example.rst index 07182501fd..07fdc72d58 100644 --- a/docs/cuopt/source/cuopt-c/lp-qp-milp/lp-qp-example.rst +++ b/docs/cuopt/source/cuopt-c/lp-qp-milp/lp-qp-example.rst @@ -91,7 +91,7 @@ If you have built it locally, libcuopt.so will be in the build directory ``cpp/b # Find the libcuopt library and assign to LIBCUOPT_LIBRARY_PATH LIBCUOPT_LIBRARY_PATH=$(find / -name "libcuopt.so" 2>/dev/null) -A sample MPS file (:download:`download sample.mps `): +A sample MPS file (:download:`download sample.mps `): .. literalinclude:: examples/sample.mps :language: text diff --git a/docs/cuopt/source/cuopt-c/lp-qp-milp/milp-examples.rst b/docs/cuopt/source/cuopt-c/lp-qp-milp/milp-examples.rst index 3389b53d4a..a6d446d4b3 100644 --- a/docs/cuopt/source/cuopt-c/lp-qp-milp/milp-examples.rst +++ b/docs/cuopt/source/cuopt-c/lp-qp-milp/milp-examples.rst @@ -98,7 +98,7 @@ If you have built it locally, libcuopt.so will be in the build directory ``cpp/b # Find the libcuopt library and assign to LIBCUOPT_LIBRARY_PATH LIBCUOPT_LIBRARY_PATH=$(find / -name "libcuopt.so" 2>/dev/null) -A sample MILP MPS file (:download:`download mip_sample.mps `): +A sample MILP MPS file (:download:`download mip_sample.mps `): .. literalinclude:: examples/mip_sample.mps :language: text diff --git a/docs/cuopt/source/cuopt-python/routing/routing-example.ipynb b/docs/cuopt/source/cuopt-python/routing/routing-example.ipynb index 9df5e2c0c7..9cfc05f9bb 100644 --- a/docs/cuopt/source/cuopt-python/routing/routing-example.ipynb +++ b/docs/cuopt/source/cuopt-python/routing/routing-example.ipynb @@ -147,7 +147,7 @@ "metadata": {}, "source": [ "#### Compressed Sparse Row (CSR) representation of above weighted waypoint graph.\n", - "For details on the CSR encoding of the above graph see the [cost_matrix_and_waypoint_graph_creation.ipynb](https://github.com/NVIDIA/cuopt-examples/blob/release/26.04/intra-factory_transport/cost_matrix_and_waypoint_graph_creation.ipynb) notebook." + "For details on the CSR encoding of the above graph see the [cost_matrix_and_waypoint_graph_creation.ipynb](https://github.com/NVIDIA/cuopt-examples/blob/main/intra-factory_transport/cost_matrix_and_waypoint_graph_creation.ipynb) notebook." ] }, { diff --git a/docs/cuopt/source/cuopt-server/examples/lp-examples.rst b/docs/cuopt/source/cuopt-server/examples/lp-examples.rst index 52d401281c..7bba75d046 100644 --- a/docs/cuopt/source/cuopt-server/examples/lp-examples.rst +++ b/docs/cuopt/source/cuopt-server/examples/lp-examples.rst @@ -407,7 +407,7 @@ In the case of batch mode, you can send a bunch of ``mps`` files at once, and ac .. note:: Batch mode is not available for MILP problems. -A sample MPS file (:download:`sample.mps `): +A sample MPS file (:download:`sample.mps `): .. literalinclude:: lp/examples/sample.mps :language: text diff --git a/docs/cuopt/source/faq.rst b/docs/cuopt/source/faq.rst index 1985052531..2770e1b507 100644 --- a/docs/cuopt/source/faq.rst +++ b/docs/cuopt/source/faq.rst @@ -283,7 +283,7 @@ Routing FAQ So in either case, task locations are actually integer indices into another structure. - If you have (lat, long) values, then you can generate a cost matrix using a map API. cuOpt does not directly connect to a third-party map engine, but that can be done outside of cuOpt as shown `here `__. + If you have (lat, long) values, then you can generate a cost matrix using a map API. cuOpt does not directly connect to a third-party map engine, but that can be done outside of cuOpt as shown `here `__. .. dropdown:: Is it possible to define constraints such as refrigerated vehicles required for certain orders?