-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: efb and installer links #532
fix: efb and installer links #532
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/constants/links.ts
Outdated
@@ -7,4 +7,6 @@ export const links: {[name: string]: string} = { | |||
facebook: 'https://www.facebook.com/FlyByWireSimulations/', | |||
opencollective: 'https://opencollective.com/flybywire', | |||
docsfaq: 'https://docs.flybywiresim.com/faq', | |||
installer: 'https://cdn.flybywiresim.com/installer/release/FlyByWire_Installer_Setup.exe', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change this to the CF link?
installer: 'https://cdn.flybywiresim.com/installer/release/FlyByWire_Installer_Setup.exe', | |
installer: 'https://flybywirecdn.com/installer/release/FlyByWire_Installer_Setup.exe', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actioned, wasn't aware that we changed service for this, fixed another location that used old link.
Fixes #[issue_no]
Summary of changes
EFB links changed on footer, and projects index to reflect new URL.
Installer link also fixed on footer to actually do something
Installer link on download updated to CF link
Screenshots(if applicable)
< Provide screenshots of the affected areas if applicable to support your changes being made ensuring you show the full scope of the area changed and surrounding content, this allows for faster reviews on PRs. >