Skip to content

Commit 59d669b

Browse files
authored
Update documentation links to new pixi URLs (#230)
1 parent 046c0f7 commit 59d669b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ There are currently five ways to authenticate with pixi:
175175
- using an S3 key pair
176176
- using keyring for PyPI registries
177177

178-
For more information, see the [pixi documentation](https://prefix.dev/docs/pixi/authentication).
178+
For more information, see the [pixi documentation](https://pixi.sh/latest/deployment/authentication/).
179179

180180
> [!WARNING]
181181
> Please only store sensitive information using [GitHub secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions). Do not store them in your repository.
@@ -331,7 +331,7 @@ However, be aware that this option augments the environment of your job.
331331
### `--frozen` and `--locked`
332332

333333
You can specify whether `setup-pixi` should run `pixi install --frozen` or `pixi install --locked` depending on the `frozen` or the `locked` input argument.
334-
See the [official documentation](https://prefix.dev/docs/pixi/cli#install) for more information about the `--frozen` and `--locked` flags.
334+
See the [official documentation](https://pixi.sh/latest/reference/cli/pixi/install/#update-options) for more information about the `--frozen` and `--locked` flags.
335335

336336
```yml
337337
- uses: prefix-dev/setup-pixi@v0.9.2

0 commit comments

Comments
 (0)