diff --git a/core/constants.js b/core/constants.js index 9daafd3a..27698f90 100644 --- a/core/constants.js +++ b/core/constants.js @@ -215,7 +215,7 @@ const Links = { 'STATISTICS': chrome.extension.getURL('pages/statistics/statistics.html'), 'LOCALCDN_TEST': 'https://www.localcdn.org/test', 'LOCALCDN_TEST_WEBSITE': 'https://www.localcdn.org/test/check?domain=', - 'WEBLATE': 'https://hosted.weblate.org/projects/localcdn/', + 'WEBLATE': 'https://hosted.weblate.org/projects/localcdn/localcdn/', }; const CDNs = { diff --git a/pages/popup/popup.js b/pages/popup/popup.js index eda4a14d..a3cac185 100644 --- a/pages/popup/popup.js +++ b/pages/popup/popup.js @@ -509,7 +509,7 @@ popup._onInfoButtonClicked = function () { popup._onIncompleteTranslation = function () { if (event.button === 0 || event.button === 1) { chrome.tabs.create({ - 'url': Links.Weblate, + 'url': Links.WEBLATE, 'active': event.button === 0, }); }