From a5f7f465da5de7c680389df5d4d5efb5936f01e9 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 15 Apr 2019 12:19:07 +1200 Subject: [PATCH] Clarify optional registry key behaviour --- src/doc/src/reference/registries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/registries.md b/src/doc/src/reference/registries.md index cc5b040fc4d..71af896487c 100644 --- a/src/doc/src/reference/registries.md +++ b/src/doc/src/reference/registries.md @@ -130,7 +130,7 @@ The keys are: may have the markers `{crate}` and `{version}` which are replaced with the name and version of the crate to download. If the markers are not present, then the value `/{crate}/{version}/download` is appended to the end. -- `api`: This is the base URL for the web API. This key is optional, and if it +- `api`: This is the base URL for the web API. This key is optional, but if it is not specified, commands such as [`cargo publish`] will not work. The web API is described below.