From ddfaacf1bd9d305b31e2c55b7ae954ba13f21899 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Tue, 21 May 2024 21:24:18 -0400 Subject: [PATCH] DOC: doc-update-link-for-cugraphops (#4279) Fixes a broken link https://github.com/rapidsai/cugraph-ops/blob/branch-23.04/README.md -> https://github.com/rapidsai/cugraph/blob/branch-24.04/readme_pages/cugraph_ops.md Authors: - Ray Bell (https://github.com/raybellwaves) - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) Approvers: - Don Acosta (https://github.com/acostadon) URL: https://github.com/rapidsai/cugraph/pull/4279 --- docs/cugraph/source/graph_support/cugraphops_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cugraph/source/graph_support/cugraphops_support.rst b/docs/cugraph/source/graph_support/cugraphops_support.rst index fd79564f849..96b13f62a9c 100644 --- a/docs/cugraph/source/graph_support/cugraphops_support.rst +++ b/docs/cugraph/source/graph_support/cugraphops_support.rst @@ -7,4 +7,4 @@ cugraph-ops aims to be a low-level, framework agnostic library providing commonl .. toctree:: :maxdepth: 3 - https://github.com/rapidsai/cugraph-ops/blob/branch-23.04/README.md + https://github.com/rapidsai/cugraph/blob/branch-24.06/readme_pages/cugraph_ops.md