diff --git a/services/CoresService.cs b/services/CoresService.cs index 05ad811c..46a152fa 100644 --- a/services/CoresService.cs +++ b/services/CoresService.cs @@ -5,7 +5,7 @@ namespace pannella.analoguepocket; public static class CoresService { private const string END_POINT = "https://joshcampbell191.github.io/openfpga-cores-inventory/api/v1/analogue-pocket/cores.json"; - private const string OTHER = "https://raw.githubusercontent.com/mattpannella/pocket_core_autoupdate_net/develop/pocket_updater_cores.json"; + private const string OTHER = "https://raw.githubusercontent.com/mattpannella/pocket_core_autoupdate_net/main/pocket_updater_cores.json"; public static async Task> GetCores() {