website/docs: fix upgrade link in 2026.2 release notes (#20539)

fix upgrade link in `2026.2` release notes
This commit is contained in:
Simonyi Gergő
2026-02-25 01:03:09 +01:00
committed by GitHub
parent 80c3d73912
commit b43276d39a

View File

@@ -83,7 +83,7 @@ When you upgrade, be aware that the version of the authentik instance and of any
To upgrade, download the new docker-compose file and update the Docker stack with the new version, using these commands:
```shell
wget -O docker-compose.yml https://goauthentik.io/version/2026.2/docker-compose.yml
wget -O docker-compose.yml https://goauthentik.io/version/2026.2/lifecycle/container/compose.yml
docker compose up -d
```