From bdded228b83fb80a065c63a29152dc2306360e6b Mon Sep 17 00:00:00 2001 From: Sebastian M Date: Fri, 25 Jun 2021 17:05:04 +0200 Subject: [PATCH] #350 - Updated URLs to download Event Presets from Github instead of Bitbucket. --- SimConnectMSFS/WasmModuleUpdater.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimConnectMSFS/WasmModuleUpdater.cs b/SimConnectMSFS/WasmModuleUpdater.cs index 5e0d1a741..c76bf2c35 100644 --- a/SimConnectMSFS/WasmModuleUpdater.cs +++ b/SimConnectMSFS/WasmModuleUpdater.cs @@ -13,8 +13,8 @@ public class WasmModuleUpdater { public const String WasmModuleFolder = @".\MSFS2020-module\mobiflight-event-module"; - public const String WasmEventsTxtUrl = @"https://bitbucket.org/mobiflight/mobiflightfc/raw/master/MSFS2020-module/mobiflight-event-module/modules/events.txt"; - public const String WasmEventsCipUrl = @"https://bitbucket.org/mobiflight/mobiflightfc/raw/master/Presets/msfs2020_eventids.cip"; + public const String WasmEventsTxtUrl = @"https://raw.githubusercontent.com/Mobiflight/MobiFlight-Connector/main/MSFS2020-module/mobiflight-event-module/modules/events.txt"; + public const String WasmEventsCipUrl = @"https://raw.githubusercontent.com/Mobiflight/MobiFlight-Connector/main/Presets/msfs2020_eventids.cip"; public const String WasmEventsTxtFolder = @"\mobiflight-event-module\modules"; public const String WasmEventsTxtFile = "events.txt"; public const String WasmEventsCipFolder = @".\presets";