Skip to content

Fix link to c-bindings README #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ Mutation testing is work-in-progress; any contribution there would be warmly wel
C/C++ Bindings
--------------

You can learn more about the C/C++ bindings that are made available by reading the
[C/C++ Bindings README](lightning-c-bindings/README.md). If you are not using the C/C++ bindings,
you likely don't need to worry about them, and during their early experimental phase we are not
requiring that pull requests keep the bindings up to date (and, thus, pass the bindings_check CI
run). If you wish to ensure your PR passes the bindings generation phase, you should run the
`genbindings.sh` script in the top of the directory tree to generate, build, and test C bindings on
your local system.
You can learn more about the C/C++ bindings that are made available by reading the [C/C++ Bindings
README](https://github.com/lightningdevkit/ldk-c-bindings/blob/main/lightning-c-bindings/README.md).
If you are not using the C/C++ bindings, you likely don't need to worry about them, and during their
early experimental phase we are not requiring that pull requests keep the bindings up to date (and,
thus, pass the bindings_check CI run). If you wish to ensure your PR passes the bindings generation
phase, you should run the `genbindings.sh` script in the top of the directory tree to generate,
build, and test C bindings on your local system.

Going further
-------------
Expand Down