Skip to content

Commit

Permalink
Fix link to c++ developer guide from CONTRIBUTING.md (#12084)
Browse files Browse the repository at this point in the history
Noticed this link was broken when poking around, I think this should fix it.

Authors:
  - https://github.com/brandon-b-miller

Approvers:
  - David Wendt (https://github.com/davidwendt)

URL: #12084
  • Loading branch information
brandon-b-miller authored Nov 7, 2022
1 parent 11b875b commit 52dbb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ You can skip these checks with `git commit --no-verify` or with the short versio

## Developer Guidelines

The [C++ Developer Guide](cpp/docs/DEVELOPER_GUIDE.md) includes details on contributing to libcudf C++ code.
The [C++ Developer Guide](cpp/doxygen/developer_guide/DEVELOPER_GUIDE.md) includes details on contributing to libcudf C++ code.

The [Python Developer Guide](https://docs.rapids.ai/api/cudf/stable/developer_guide/index.html) includes details on contributing to cuDF Python code.

Expand Down

0 comments on commit 52dbb63

Please sign in to comment.