Skip to content

Commit 948278d

Browse files
committed
Fix a typo in the registries documentation.
1 parent 8c460b2 commit 948278d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/registries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ support publishing new crates directly from Cargo.
88
> Note: If you are interested in mirroring or vendoring an existing registry,
99
> take a look at [Source Replacement].
1010
11-
If you are implementing a registry server, see [Running at Registry] for more
11+
If you are implementing a registry server, see [Running a Registry] for more
1212
details about the protocol between Cargo and a registry.
1313

1414
### Using an Alternate Registry
@@ -99,7 +99,7 @@ token = "854DvwSlUwEHtIo3kWy6x7UCPKHfzCmy"
9999
```
100100

101101
[Source Replacement]: source-replacement.md
102-
[Running at Registry]: running-a-registry.md
102+
[Running a Registry]: running-a-registry.md
103103
[`cargo publish`]: ../commands/cargo-publish.md
104104
[`cargo package`]: ../commands/cargo-package.md
105105
[`cargo login`]: ../commands/cargo-login.md

0 commit comments

Comments
 (0)