diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 77e502cf..89099ecd 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +Update _ January 2024 + +- fix: update A32NX download links (03/01/2024) + Update _ October 2023 - fix: fixed wrong command string in .simbridgedebug command (28/10/2023) diff --git a/src/commands/aircraft/versions.ts b/src/commands/aircraft/versions.ts index 86cb4f86..1596e7bf 100644 --- a/src/commands/aircraft/versions.ts +++ b/src/commands/aircraft/versions.ts @@ -16,7 +16,7 @@ const versionsEmbed = makeEmbed({ value: makeLines([ '> Stable is our version which has features that are the most mature and most tested. This should be a reliable version for those preferring stability over newest features. Will be compatible with each major MSFS patch.', '', - '> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/a32nx/releases/download/assets/stable/A32NX-stable.zip)', + '> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/aircraft/releases/download/assets/stable/A32NX-stable.zip)', ]), inline: false, }, @@ -25,7 +25,7 @@ const versionsEmbed = makeEmbed({ value: makeLines([ '> Development will have the latest features that will eventually end up in the next stable release. In general this version has the latest fixes and newest features but also a slightly higher risk of containing bugs. Development updates whenever a change is made to the "master" branch on Github.', '', - '> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/a32nx/releases/download/assets/master/A32NX-master.zip)', + '> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/aircraft/releases/download/assets/master/A32NX-master.7z)', ]), inline: false, },