Skip to content

Commit f53af9f

Browse files
committed
docs(CONTRIBUTING.md): Fix broken anchors
1 parent d1453ce commit f53af9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ changes to this document in a pull request.
1616
- [Contribution workflow](#contribution-workflow)
1717
* [Preparing PRs](#preparing-prs)
1818
* [Peer review](#peer-review)
19-
* [CI and Merging](#merging)
19+
* [CI and Merging](#ci-and-merging)
2020
* [Repository maintainers](#repository-maintainers)
2121
- [Coding conventions](#coding-conventions)
2222
* [Naming conventions](#naming-conventions)
@@ -218,6 +218,10 @@ Use of `unsafe` code is prohibited unless there is a unanimous decision among
218218
library maintainers on the exclusion from this rule. In such cases there is a
219219
requirement to test unsafe code with sanitizers including Miri.
220220

221+
### Policy
222+
223+
For broader project policy and guidelines, see [policy.md](./docs/policy.md).
224+
221225
### API changes
222226

223227
All PRs that change the public API of `rust-bitcoin` will be checked on CI for

0 commit comments

Comments
 (0)