mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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.
This commit is contained in:
parent
5173b59b50
commit
f7d9b0e2fa
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue