diff --git a/app/pages/bridge/index.vue b/app/pages/bridge/index.vue index 432c661..fe70fb2 100644 --- a/app/pages/bridge/index.vue +++ b/app/pages/bridge/index.vue @@ -249,20 +249,20 @@ const downloads = [ id: 'msfs2020', title: 'Microsoft Flight Simulator 2020', description: 'One-click installer for the current simulator with live status built in.', - status: 'In development', + status: 'Developer preview', badgeClass: 'bg-[#F59E0B]/15 text-[#F59E0B]', state: 'preview', - href: 'https://github.com/itsrubberduck/OpenSquawk-MSFS-Bridge/', + href: 'https://github.com/OpenSquawk/OpenSquawk-Python-Bridge', icon: 'mdi-microsoft', }, { id: 'msfs2024', title: 'Microsoft Flight Simulator 2024', - description: 'We’re updating the Bridge for the new sim launch. Watch this space.', - status: 'Planned', - badgeClass: 'bg-white/10 text-white/55', - state: 'planned', - href: '#', + description: 'Developer preview for the new simulator with live status built in.', + status: 'Developer preview', + badgeClass: 'bg-[#F59E0B]/15 text-[#F59E0B]', + state: 'preview', + href: 'https://github.com/OpenSquawk/OpenSquawk-Python-Bridge', icon: 'mdi-microsoft', }, {