diff --git a/docs/installation/packaged/4-faq.md b/docs/installation/packaged/4-faq.md index f2ce37d546..831e845c74 100644 --- a/docs/installation/packaged/4-faq.md +++ b/docs/installation/packaged/4-faq.md @@ -43,10 +43,10 @@ Yes! We release OpenProject in separate release channels that you can try out. F A closer look at the available branches: -* **stable/8**: Next or current stable releases, starting with 8.0.0 until the last minor and patch releases of 8.X.Y are released, this will receive updates. As of this writing, we're in the last days before releasing 8.0.0 in this channel. -* **stable/7**: Previous stable release, will receive critical updates and bug fixes while enterprise support depends on it. -* **release/8.0**: Regular (usually daily) release builds for the current next patch release (or for the first release in this version, such as 8.0.0). This will contain early bugfixes before they are being release into stable. **Do not use in production**. But, for upgrading to the next major version, this can be regarded as a _release candidate channel_ that you can use to test your upgrade on a copy of your production environment. -* **dev**: Daily builds of the current development build of OpenProject. While we try to keep this operable, this may result in broken code and/or migrations from time to time. Use when you're interested what the next release of OpenProject will look like. **Do not use in production!** +* [stable/7](https://packager.io/gh/opf/openproject-ce/refs/stable/7): Latest stable releases, starting with 7.0.0 until the last minor and patch releases of 7.X.Y are released, this will receive updates. +* [release/8.0](https://packager.io/gh/opf/openproject-ce/refs/release/8.0): Regular (usually daily) release builds for the current next patch release (or for the first release in this version, such as 8.0.0). This will contain early bugfixes before they are being release into stable. **Do not use in production**. But, for upgrading to the next major version, this can be regarded as a _release candidate channel_ that you can use to test your upgrade on a copy of your production environment. +* [stable/6](https://packager.io/gh/opf/openproject-ce/refs/stable/6): Previous stable release, will receive critical updates and bug fixes while enterprise support depends on it. +* [dev](https://packager.io/gh/opf/openproject-ce/refs/dev): Daily builds of the current development build of OpenProject. While we try to keep this operable, this may result in broken code and/or migrations from time to time. Use when you're interested what the next release of OpenProject will look like. **Do not use in production!** ### How to upgrade my OpenProject installation?