Skip to content

Commit

Permalink
fix: update A32NX download links
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 authored Jan 3, 2024
1 parent 92ac0d9 commit 3e6261b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/aircraft/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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,
},
Expand Down

0 comments on commit 3e6261b

Please sign in to comment.