diff --git a/config/__init__.py b/config/__init__.py index 1a0ae24a..2fca7922 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -485,7 +485,7 @@ config = get_config() def get_update_feed() -> str: """Select the proper update feed for the current update track.""" if config.get_bool('beta_optin'): - return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/beta/edmarketconnector.xml' + return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector-beta.xml' return 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'