diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 033860369..d3e64853a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ - + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 80e577e80..23dbb9226 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ about: Report a bug in Authenticator --- - + **Describe the bug:** diff --git a/src/background.ts b/src/background.ts index 53a50aa61..eb3de3088 100644 --- a/src/background.ts +++ b/src/background.ts @@ -276,13 +276,10 @@ chrome.runtime.onInstalled.addListener(async (details) => { if (navigator.userAgent.indexOf('Chrome') !== -1) { url = - 'https://github.com/Authenticator-Extension/Authenticator/wiki/Chrome-Issues'; - } else if (navigator.userAgent.indexOf('Firefox') !== -1) { - url = - 'https://github.com/Authenticator-Extension/Authenticator/wiki/Firefox-Issues'; + 'https://authenticator.cc/docs/en/chrome-issues'; } else if (navigator.userAgent.indexOf('Edge') !== -1) { url = - 'https://github.com/Authenticator-Extension/Authenticator/wiki/Edge-Issues'; + 'https://authenticator.cc/docs/en/edge-issues'; } if (url) { diff --git a/src/ui/menu.ts b/src/ui/menu.ts index 46aa47afb..b52b5f933 100644 --- a/src/ui/menu.ts +++ b/src/ui/menu.ts @@ -55,14 +55,14 @@ function resize(zoom: number) { async function openHelp() { let url = - 'https://github.com/Authenticator-Extension/Authenticator/wiki/Chrome-Issues'; + 'https://authenticator.cc/docs/en/chrome-issues'; if (navigator.userAgent.indexOf('Firefox') !== -1) { url = - 'https://github.com/Authenticator-Extension/Authenticator/wiki/Firefox-Issues'; + 'https://authenticator.cc/docs/en/firefox-issues'; } else if (navigator.userAgent.indexOf('Edge') !== -1) { url = - 'https://github.com/Authenticator-Extension/Authenticator/wiki/Edge-Issues'; + 'https://authenticator.cc/docs/en/edge-issues'; } const feedbackURL = await ManagedStorage.get('feedbackURL'); diff --git a/view/import.html b/view/import.html index 337d43a9d..45f545389 100644 --- a/view/import.html +++ b/view/import.html @@ -28,7 +28,7 @@
-

{{ i18n.otp_backup_inform }} {{ i18n.otp_backup_learn }}

+

{{ i18n.otp_backup_inform }} {{ i18n.otp_backup_learn }}