Skip to content

Commit

Permalink
Fix broken link for developer guide (#15025)
Browse files Browse the repository at this point in the history
Closes #14991

Authors:
  - Sanjana Gajendran (https://github.com/sanjana098)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Mark Harris (https://github.com/harrism)

URL: #15025
  • Loading branch information
sanjana098 authored Feb 14, 2024
1 parent dd131dc commit ee1c768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cudf/source/developer_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ee1c768

Please sign in to comment.