From 948278d51cfa152ba6867f9c4063ce4725dc5510 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 4 Jan 2023 08:05:18 -0800 Subject: [PATCH] Fix a typo in the registries documentation. --- src/doc/src/reference/registries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/registries.md b/src/doc/src/reference/registries.md index b7976eaa80a..2a1656312dc 100644 --- a/src/doc/src/reference/registries.md +++ b/src/doc/src/reference/registries.md @@ -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 @@ -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