From d429afe060623fb95b1887ce81dcd33eb9b83dc5 Mon Sep 17 00:00:00 2001 From: sanjana098 Date: Sun, 11 Feb 2024 23:48:35 -0800 Subject: [PATCH] Fix broken link for developer guide --- 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).