Skip to content

Commit 24a46c3

Browse files
authored
highlight the correct words (#15659)
2 parents d2c0bcd + 5255cd0 commit 24a46c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/contrib/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ overview of how to contribute to Cargo, how to dive into the code, and how the
55
testing infrastructure works.
66

77
There are many ways to contribute, such as [helping other users], [filing
8-
issues], [improving the documentation], [triaging issues], [fixing bugs], and
8+
issues], improving [the documentation], [triaging issues], [fixing bugs], and
99
working on [small] and [large features].
1010

1111
If you have a general question about Cargo or its internals, feel free to ask
@@ -23,7 +23,7 @@ Please also read the [Rust Code of Conduct].
2323
[filing issues]: issues.md
2424
[rustup]: https://rust-lang.github.io/rustup/
2525
[git]: https://git-scm.com/
26-
[improving the documentation]: https://github.com/rust-lang/cargo/tree/master/src/doc
26+
[the documentation]: https://github.com/rust-lang/cargo/tree/master/src/doc
2727
[fixing bugs]: process/index.md#working-on-issues
2828
[small]: process/index.md#working-on-small-features
2929
[large features]: process/index.md#working-on-large-features

0 commit comments

Comments
 (0)