From ee1c76897ebe9a1c9796619de2c80a1fac7bc268 Mon Sep 17 00:00:00 2001 From: Sanjana Gajendran Date: Wed, 14 Feb 2024 09:50:21 -0800 Subject: [PATCH] Fix broken link for developer guide (#15025) Closes #14991 Authors: - Sanjana Gajendran (https://github.com/sanjana098) Approvers: - Bradley Dice (https://github.com/bdice) - Mark Harris (https://github.com/harrism) URL: https://github.com/rapidsai/cudf/pull/15025 --- docs/cudf/source/developer_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cudf/source/developer_guide/index.md b/docs/cudf/source/developer_guide/index.md index 27e05ce6459..5cafa8f784c 100644 --- a/docs/cudf/source/developer_guide/index.md +++ b/docs/cudf/source/developer_guide/index.md @@ -9,7 +9,7 @@ cuDF is a GPU-accelerated, [Pandas-like](https://pandas.pydata.org/) DataFrame l Under the hood, all of cuDF's functionality relies on the CUDA-accelerated `libcudf` C++ library. Thus, cuDF's internals are designed to efficiently and robustly map pandas APIs to `libcudf` functions. For more information about the `libcudf` library, a good starting point is the -[developer guide](https://github.com/rapidsai/cudf/blob/main/cpp/docs/DEVELOPER_GUIDE.md). +[developer guide](https://docs.rapids.ai/api/libcudf/stable/developer_guide). This document assumes familiarity with the [overall contributing guide](https://github.com/rapidsai/cudf/blob/main/CONTRIBUTING.md).