diff --git a/src/components/home/Download.tsx b/src/components/home/Download.tsx deleted file mode 100644 index b1803aac..00000000 --- a/src/components/home/Download.tsx +++ /dev/null @@ -1,78 +0,0 @@ -import { Button } from '../utils/Button'; - -export const Download = () => { - const urls = { - stable: 'https://cdn.flybywiresim.com/addons/a32nx/stable/full.zip', - dev: 'https://cdn.flybywiresim.com/addons/a32nx/master/full.zip', - exp: 'https://cdn.flybywiresim.com/addons/a32nx/experimental/full.zip', - }; - - const getDownloadLink = (link: string) => `${link}`; - - return ( -
-
-
-
-
-

READY TO FLY?

-

- Download -

-
-

- We have included many options to download our addons, - you can use our custom and simple installer to always keep your products up to date, or you can download using standalone installations. -

-
    -
  • Integrates seamlessly into Microsoft Flight Simulator - no external programs required.
  • -
  • Safe, trustworthy, and constantly updated to assure nothing is broken.
  • -
  • One click install, neatly organized into one compact folder.
  • -
-
- -
- {/* Installer */} -
- Installer -

- Our easy-to-use installer is the easiest way to get started with our addons. - Simply launch and install any addon you want, with only two clicks. -

- - - -
- - {/* Direct Download */} -
- Direct Download -

If you prefer a direct download, the following links are available.

- -
-
- Stable Release - - - -
-
- Development Build - - - -
-
- Experimental Build - - - -
-
-
-
-
-
-
- ); -}; diff --git a/src/components/projects/A32NX/Download.tsx b/src/components/projects/A32NX/Download.tsx index d1ecda8f..97f902fd 100644 --- a/src/components/projects/A32NX/Download.tsx +++ b/src/components/projects/A32NX/Download.tsx @@ -2,9 +2,9 @@ import { Button } from '../../utils/Button'; export const Download = ({ expOnHold }: { expOnHold?: boolean }) => { const urls = { - stable: 'https://cdn.flybywiresim.com/addons/a32nx/stable/full.zip', - dev: 'https://cdn.flybywiresim.com/addons/a32nx/master/full.zip', - exp: 'https://cdn.flybywiresim.com/addons/a32nx/experimental/full.zip', + stable: 'https://github.com/flybywiresim/a32nx/releases/download/assets/stable/A32NX-stable.zip', + dev: 'https://github.com/flybywiresim/a32nx/releases/download/assets/master/A32NX-master.zip', + exp: 'https://github.com/flybywiresim/a32nx/releases/download/assets/experimental/A32NX-experimental.zip', }; const getDownloadLink = (link: string) => `${link}`;