Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #keyring-provider references in alternative index docs #12315

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/integration/alternative-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Loading