From f7d9b0e2fad3875d72b4d0ad51b9f33ae0cfea8e Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 19 Mar 2025 09:40:22 -0700 Subject: [PATCH] Fix `#keyring-provider` references in alternative index docs (#12315) ## Summary I think editors auto-complete to this because of the way the Markdown is structured, but it's not quite right. --- docs/guides/integration/alternative-indexes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/integration/alternative-indexes.md b/docs/guides/integration/alternative-indexes.md index 440441367..7ef6300e3 100644 --- a/docs/guides/integration/alternative-indexes.md +++ b/docs/guides/integration/alternative-indexes.md @@ -84,7 +84,7 @@ export UV_INDEX_PRIVATE_REGISTRY_USERNAME=VssSessionToken !!! note - The [`tool.uv.keyring-provider`](../../reference/settings.md#keyring-provider--keyring-provider-) + The [`tool.uv.keyring-provider`](../../reference/settings.md#keyring-provider) setting can be used to enable keyring in your `uv.toml` or `pyproject.toml`. Similarly, the username for the index can be added directly to the index URL. @@ -204,7 +204,7 @@ export UV_INDEX_PRIVATE_REGISTRY_USERNAME=oauth2accesstoken !!! note - The [`tool.uv.keyring-provider`](../../reference/settings.md#keyring-provider--keyring-provider-) + The [`tool.uv.keyring-provider`](../../reference/settings.md#keyring-provider) setting can be used to enable keyring in your `uv.toml` or `pyproject.toml`. Similarly, the username for the index can be added directly to the index URL. @@ -326,7 +326,7 @@ export UV_INDEX_PRIVATE_REGISTRY_USERNAME=aws !!! note - The [`tool.uv.keyring-provider`](../../reference/settings.md#keyring-provider--keyring-provider-) + The [`tool.uv.keyring-provider`](../../reference/settings.md#keyring-provider) setting can be used to enable keyring in your `uv.toml` or `pyproject.toml`. Similarly, the username for the index can be added directly to the index URL.