Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in the registries documentation. #11535

Merged
merged 1 commit into from
Jan 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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