Skip to content

Commit 6ac7a0f

Browse files
committed
docs(contrib): fixup link typos
1 parent 02b119b commit 6ac7a0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Firstly, all interactions with the project need to abide by the code of conduct.
1414
- [Triaging issues](./docs/ISSUES.md#triaging) is a huge help. By your helping make issues better, the reporters can get answers sooner, and others can fix them with less effort. You can also volunteer as a frequent [triager](./docs/MAINTAINERS.md#triagers).
1515
- Discuss [feature requests][feat] (especially those marked [request-for-comment][b-rfc]).
1616

17+
[feat]: https://github.com/hyperium/hyper/issues?q=is%3Aissue+is%3Aopen+label%3AC-feature
18+
[b-rfc]: https://github.com/hyperium/hyper/issues?q=is%3Aissue+is%3Aopen+label%3AB-rfc
19+
1720

1821
## [Pull Requests](./docs/PULL_REQUESTS.md)
1922

@@ -27,7 +30,7 @@ By the way, consider checking the [list of easy issues](https://github.com/hyper
2730
Improving hyper's documentation is a huge help for everyone who is trying to _use_ hyper.
2831

2932
- The API documentation (rendered at https://docs.rs/hyper) is stored as rustdoc comments directly in the source.
30-
- The main website has [tutorial-style guides](https://hyper.rs/guides). As of v1, they are currently in a [revamp](https://github.com/hyperium/hyper/issues/3411), and wouldly greatly benefit from being filled out.
33+
- The main website has [tutorial-style guides](https://hyper.rs/guides). As of v1, they are currently in a [revamp](https://github.com/hyperium/hyper/issues/3411), and would greatly benefit from being filled out.
3134

3235
## Help
3336

0 commit comments

Comments
 (0)