diff --git a/frontend/src/API.js b/frontend/src/API.js index 55e966c8..d6e8bad5 100644 --- a/frontend/src/API.js +++ b/frontend/src/API.js @@ -275,7 +275,7 @@ class Api { } async github_release() { - return fetch('https://api.github.com/repos/statping/statping/releases/latest').then(response => response.json()) + return fetch('https://api.github.com/repos/statping-ng/statping-ng/releases/latest').then(response => response.json()) } async allActions(...all) { diff --git a/frontend/src/forms/CoreSettings.vue b/frontend/src/forms/CoreSettings.vue index f5f2a71d..ac09e3de 100644 --- a/frontend/src/forms/CoreSettings.vue +++ b/frontend/src/forms/CoreSettings.vue @@ -1,7 +1,7 @@