Skip to content

Commit 26f3840

Browse files
authored
Merge pull request rust-lang#2575 from rust-lang/tshepang/inline-external-links
avoid inline external links
2 parents a8ed7bb + 4d69a29 commit 26f3840

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/doc/rustc-dev-guide/src/contributing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ conditions that trigger the bug, or part of the error message if there is any.
2626
An example could be: **"impossible case reached" on lifetime inference for impl
2727
Trait in return position**.
2828

29-
Opening an issue is as easy as following [this
30-
link](https://github.com/rust-lang/rust/issues/new/choose) and filling out the fields
29+
Opening an issue is as easy as following [thi link][create an issue] and filling out the fields
3130
in the appropriate provided template.
3231

3332
## Bug fixes or "normal" code changes
@@ -441,7 +440,7 @@ Just a few things to keep in mind:
441440
#### ⚠️ Note: Where to contribute `rustc-dev-guide` changes
442441

443442
For detailed information about where to contribute rustc-dev-guide changes and the benefits of doing so,
444-
see [the rustc-dev-guide working group documentation](https://forge.rust-lang.org/wg-rustc-dev-guide/index.html#where-to-contribute-rustc-dev-guide-changes).
443+
see [the rustc-dev-guide working group documentation].
445444

446445
## Issue triage
447446

@@ -458,6 +457,7 @@ Please see <https://forge.rust-lang.org/release/issue-triaging.html>.
458457
[regression-]: https://github.com/rust-lang/rust/labels?q=regression
459458
[relnotes]: https://github.com/rust-lang/rust/labels/relnotes
460459
[S-tracking-]: https://github.com/rust-lang/rust/labels?q=s-tracking
460+
[the rustc-dev-guide working group documentation]: https://forge.rust-lang.org/wg-rustc-dev-guide/index.html#where-to-contribute-rustc-dev-guide-changes
461461

462462
### Rfcbot labels
463463

@@ -505,3 +505,4 @@ This section has moved to the ["About this guide"] chapter.
505505
[RFC 1574]: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
506506
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
507507
[rdgrepo]: https://github.com/rust-lang/rustc-dev-guide
508+
[create an issue]: https://github.com/rust-lang/rust/issues/new/choose

0 commit comments

Comments
 (0)