Open mattstratton opened 6 years ago
I've updated the released tags to now include metadata.json
so the jsdelivr
URL should work, although it's not yet. Maybe it's cached? Will try again later.
Confirmed that the jsdelivr URL works, so this can be fixed soon.
The line to fix is https://github.com/devopsdays/devopsdays-cli/blob/master/commands/config.go#L106
url := "https://rawgit.com/devopsdays/devopsdays-web/master/metadata.json"
GitHubMaintenance application for devopsdays.org website - devopsdays/devopsdays-cli
See https://rawgit.com/ for more details
New URI should be https://cdn.jsdelivr.net/gh/devopsdays/devopsdays-web/metadata.json (via https://www.jsdelivr.com/rawgit)