Skip to content

Commit

Permalink
Merge pull request #48 from mattpannella/develop
Browse files Browse the repository at this point in the history
fixed path to new cores file
  • Loading branch information
mattpannella authored Nov 2, 2022
2 parents 548687d + 6ea432f commit cbd7be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/CoresService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<List<Core>> GetCores()
{
Expand Down

0 comments on commit cbd7be8

Please sign in to comment.