From b0836bb3e7648f4b49c45a44aafaebcb3623751c Mon Sep 17 00:00:00 2001 From: Ciaran Ainsworth <ciaranainsworth@outlook.com> Date: Tue, 4 Jan 2022 17:11:39 +0100 Subject: [PATCH] Correct links to downloads --- content/funkwhale-120-release.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/funkwhale-120-release.md b/content/funkwhale-120-release.md index 309037e..cd31ab4 100644 --- a/content/funkwhale-120-release.md +++ b/content/funkwhale-120-release.md @@ -13,10 +13,10 @@ Funkwhale 1.2.0 marks a huge release with a lot of changes across the project. A ### Important instructions for non-Docker deployments -Due to an issue in the publishing pipeline, the 1.2.0 build has no artifacts associated with it. If you are updating or installing a **non-Docker deployment**, you need to replace the `$FUNKWHALE_VERSION` placeholder in the static file and API artifact download steps with `81069`. +Due to an issue in the publishing pipeline, the 1.2.0 build has no artifacts associated with it. If you are updating or installing a **non-Docker deployment**, you need to replace the `$FUNKWHALE_VERSION` placeholder in the static file and API artifact download steps with `81069` and `81072` respectively. -- `https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/81069/download?job=build_front` -- `https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/81069/download?job=build_api` +- `https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81069/artifacts/download` – Frontend +- `https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81072/artifacts/download` – API This will be fixed in an upcoming bugfix release 🙏 -- GitLab