Merge rust-bitcoin/rust-bitcoin#4393: docs: Remove dead API documentation link in CONTRIBUTING.md
ab9f2fce9d
removed API documentation section (Maximilian Hubert)
Pull request description:
Removed API documentation section due to dead link - couldn't locate the referenced api folder or README file. Happy to restore this with correct link info if someone can provide the proper reference path. Just let me know!
ACKs for top commit:
apoelstra:
ACK ab9f2fce9d9750fe491bcd5cc663a598fd1f2dde; successfully ran local tests
Tree-SHA512: eb4887048f9d2e4bcb1b21947aac55c250fe369e5b9a3f07cc6f9ec7abd5716a4a45c6ac9e767808c5b1fa5f16f387e64a2ea3ccd997bf95fd3b19f669e1f249
This commit is contained in:
commit
1bee39bfe7
|
@ -146,21 +146,6 @@ test out the patch set and opine on the technical merits of the patch. Please,
|
|||
first review PR on the conceptual level before focusing on code style or
|
||||
grammar fixes.
|
||||
|
||||
### API changes
|
||||
|
||||
The API of the following crates is almost stable. Changing it is supposed to be non-trivial. To
|
||||
assist in this effort ll PRs that change the public API of any these crates must include a patch to
|
||||
the `api/` text files. This should be a separate final patch to the PR that is the diff created by
|
||||
running `just check-api`.
|
||||
|
||||
- `hashes`
|
||||
- `io`
|
||||
- `primitives`
|
||||
- `units`
|
||||
|
||||
Check the [API text files](api/README.md) for more information
|
||||
on how to install the dependencies and create the text files.
|
||||
|
||||
### CI and Merging
|
||||
|
||||
We use GitHub for CI as well to test the final state of each PR.
|
||||
|
|
Loading…
Reference in New Issue