Skip to content

Commit

Permalink
update researches source JSON url
Browse files Browse the repository at this point in the history
  • Loading branch information
wazho committed Aug 12, 2023
1 parent c415d46 commit 84d1472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamedata/Research.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Research struct {

// LoadResearches load data from remote JSON
func LoadResearches(cacheData *[]Research) {
resp, fetchErr := http.Get("https://pmgo-professor-willow.github.io/data-thesilphroad/researches.min.json")
resp, fetchErr := http.Get("https://pmgo-professor-willow.github.io/data-leekduck/researches.min.json")

if fetchErr == nil {
defer resp.Body.Close()
Expand Down

0 comments on commit 84d1472

Please sign in to comment.