Skip to content

Commit 5cbe0ce

Browse files
authored
Merge pull request #778 from jacobggman/main
Fix links in CONTRIBUTING.md
2 parents 8901919 + 6e55348 commit 5cbe0ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Thank you for your interest in contributing to the Uuid Project!
99
* [Pull Requests](#pull-requests)
1010
* [Writing Documentation](#writing-documentation)
1111
* [Issue Triage](#issue-triage)
12-
* [Out-of-tree Contributions](#out-of-tree-contributions)
12+
* [Fuzzing](#fuzzing)
1313
* [Helpful Links](#helpful-links)
1414

1515
For any questions, please make a post on [Discussions] or [users.rust-lang.org][u-r-l-o].
@@ -99,7 +99,7 @@ improvements to documentation are always welcome.
9999

100100
We follow the documentation style guidelines as given by [RFC 1574].
101101

102-
[RFC 1574]: https://github.com/rust-lang/rfcs/blob/main/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
102+
[RFC 1574]: https://github.com/rust-lang/rfcs/blob/9b39f573ff9fc230de7388fb515bac0794fe2e36/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
103103

104104
# Issue Triage
105105
[Issue Triage]: #issue-triage
@@ -114,6 +114,8 @@ You can follow [this link][lrus] to look for issues like this.
114114
[lrus]: https://github.com/uuid-rs/uuid/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
115115

116116
# Fuzzing
117+
[Fuzzing]: #fuzzing
118+
117119
We use [`cargo fuzz`] to fuzz test various parts of `uuid`. See their guide
118120
for more details on what fuzzing is and how to run the tests yourself.
119121

0 commit comments

Comments
 (0)