Skip to content

Commit

Permalink
fix: download url for dev (#514)
Browse files Browse the repository at this point in the history
* fix: download url for dev

* fix: use new repo url
  • Loading branch information
Saschl authored Jan 3, 2024
1 parent 1857349 commit 94bdf6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/projects/A32NX/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Button } from '../../utils/Button';

export const Download = ({ expOnHold }: { expOnHold?: boolean }) => {
const urls = {
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',
stable: 'https://github.com/flybywiresim/aircraft/releases/download/assets/stable/A32NX-stable.zip',
dev: 'https://github.com/flybywiresim/aircraft/releases/download/assets/master/A32NX-master.7z',
exp: 'https://github.com/flybywiresim/aircraft/releases/download/assets/experimental/A32NX-experimental.zip',
};

const getDownloadLink = (link: string) => `${link}`;
Expand Down

1 comment on commit 94bdf6e

@vercel
Copy link

@vercel vercel bot commented on 94bdf6e Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-flybywire.vercel.app
website-git-master-flybywire.vercel.app
flybywiresim.com

Please sign in to comment.