Skip to content

Commit c446c20

Browse files
committed
Auto merge of #11538 - ehuss:fix-docs-links, r=weihanglo
Fix some doc links This fixes some links that were broken during the reorganization in #11480.
2 parents 8c5cae1 + f6af2ba commit c446c20

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/doc/src/reference/registries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ token = "854DvwSlUwEHtIo3kWy6x7UCPKHfzCmy"
104104
[`cargo package`]: ../commands/cargo-package.md
105105
[`cargo login`]: ../commands/cargo-login.md
106106
[config]: config.md
107+
[crates.io]: https://crates.io/
107108

108109
<script>
109110
(function() {

src/doc/src/reference/registry-index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,5 @@ The JSON objects should not be modified after they are added except for the
203203
`yanked` field whose value may change at any time.
204204

205205
[`cargo publish`]: ../commands/cargo-publish.md
206+
[alphanumeric]: ../../std/primitive.char.html#method.is_alphanumeric
207+
[crates.io]: https://crates.io/

0 commit comments

Comments
 (0)