From ed57a09a977c570df33fa5dc805b831f516e0071 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 23 Mar 2023 04:28:14 -0700 Subject: [PATCH] doc: Fix registries.name.index for sparse --- src/doc/src/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index 8a4c9350efe..325b958ae95 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -918,7 +918,7 @@ consists of a sub-table for each named registry. * Default: none * Environment: `CARGO_REGISTRIES__INDEX` -Specifies the URL of the git index for the registry. +Specifies the URL of the index for the registry. ##### `registries..token` * Type: string