From 0586161c64b2ecf524a23067173720c20be29c7d Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Mon, 20 Oct 2025 08:30:17 +0200 Subject: [PATCH] docs: fix links in github actions docs --- docs/integration/ci/github_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration/ci/github_actions.md b/docs/integration/ci/github_actions.md index 9391351362..da9e822bda 100644 --- a/docs/integration/ci/github_actions.md +++ b/docs/integration/ci/github_actions.md @@ -334,7 +334,7 @@ However, be aware that this option augments the environment of your job. ### `--frozen` and `--locked` You can specify whether `setup-pixi` should run `pixi install --frozen` or `pixi install --locked` depending on the `frozen` or the `locked` input argument. -See the [official documentation](https://prefix.dev/docs/pixi/cli#install) for more information about the `--frozen` and `--locked` flags. +See the [official documentation](../../reference/cli/pixi/install.md#update-options) for more information about the `--frozen` and `--locked` flags. ```yaml - uses: prefix-dev/setup-pixi@v0.9.2