Skip to content

Commit 649822b

Browse files
committed
Auto merge of #9795 - johnthagen:patch-2, r=ehuss
Render build-std web links as hyperlinks Several hyperlinks in the unstable docs page are not rendered properly as links when the documentation is built. This PR addresses this. <img width="622" alt="Screenshot 2021-08-16 201532" src="https://user-images.githubusercontent.com/10340167/129644467-2c8ec535-3d44-497e-8fba-d8364b794faf.png">
2 parents 531958b + 3881fcf commit 649822b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/src/reference/unstable.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private_dep = "2.0.0" # Will be 'private' by default
423423
```
424424

425425
### build-std
426-
* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware
426+
* Tracking Repository: <https://github.com/rust-lang/wg-cargo-std-aware>
427427

428428
The `build-std` feature enables Cargo to compile the standard library itself as
429429
part of a crate graph compilation. This feature has also historically been known
@@ -493,9 +493,9 @@ feature for Cargo has an extremely long history and is very large in scope, and
493493
this is just the beginning. If you'd like to report bugs please either report
494494
them to:
495495

496-
* Cargo - https://github.com/rust-lang/cargo/issues/new - for implementation bugs
496+
* Cargo - <https://github.com/rust-lang/cargo/issues/new> - for implementation bugs
497497
* The tracking repository -
498-
https://github.com/rust-lang/wg-cargo-std-aware/issues/new - for larger design
498+
<https://github.com/rust-lang/wg-cargo-std-aware/issues/new> - for larger design
499499
questions.
500500

501501
Also if you'd like to see a feature that's not yet implemented and/or if
@@ -504,7 +504,7 @@ the [issue tracker](https://github.com/rust-lang/wg-cargo-std-aware/issues) of
504504
the tracking repository, and if it's not there please file a new issue!
505505

506506
### build-std-features
507-
* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware
507+
* Tracking Repository: <https://github.com/rust-lang/wg-cargo-std-aware>
508508

509509
This flag is a sibling to the `-Zbuild-std` feature flag. This will configure
510510
the features enabled for the standard library itself when building the standard

0 commit comments

Comments
 (0)