Skip to content

Commit

Permalink
Auto merge of #11535 - ehuss:registries-typo, r=weihanglo
Browse files Browse the repository at this point in the history
Fix a typo in the registries documentation.
  • Loading branch information
bors committed Jan 4, 2023
2 parents 8c460b2 + 948278d commit e2ccb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ support publishing new crates directly from Cargo.
> Note: If you are interested in mirroring or vendoring an existing registry,
> take a look at [Source Replacement].
If you are implementing a registry server, see [Running at Registry] for more
If you are implementing a registry server, see [Running a Registry] for more
details about the protocol between Cargo and a registry.

### Using an Alternate Registry
Expand Down Expand Up @@ -99,7 +99,7 @@ token = "854DvwSlUwEHtIo3kWy6x7UCPKHfzCmy"
```

[Source Replacement]: source-replacement.md
[Running at Registry]: running-a-registry.md
[Running a Registry]: running-a-registry.md
[`cargo publish`]: ../commands/cargo-publish.md
[`cargo package`]: ../commands/cargo-package.md
[`cargo login`]: ../commands/cargo-login.md
Expand Down

0 comments on commit e2ccb3c

Please sign in to comment.