From 959d9ff9a0ff7335c22f1f9ba7d6ebcf187ec35b Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 31 Jan 2022 18:40:21 +0300 Subject: [PATCH] cherry-pick: client: upd manual upd link Closes #4208. Squashed commit of the following: commit 4ae27b5f7cd6b0f4ec0c9041d92c4d1ac00dd622 Author: Ainar Garipov Date: Mon Jan 31 18:34:18 2022 +0300 client: upd manual upd link --- client/src/actions/index.js | 4 ++-- client/src/helpers/constants.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/actions/index.js b/client/src/actions/index.js index 5fd12b02..8e153224 100644 --- a/client/src/actions/index.js +++ b/client/src/actions/index.js @@ -13,7 +13,7 @@ import { STATUS_RESPONSE, SETTINGS_NAMES, FORM_NAME, - GETTING_STARTED_LINK, + MANUAL_UPDATE_LINK, } from '../helpers/constants'; import { areEqualVersions } from '../helpers/version'; import { getTlsStatus } from './encryption'; @@ -193,7 +193,7 @@ export const getUpdate = () => async (dispatch, getState) => { const handleRequestError = () => { const options = { components: { - a: , }, }; diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index ee0fd779..de65ad5e 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -58,7 +58,7 @@ export const REPOSITORY = { export const PRIVACY_POLICY_LINK = 'https://adguard.com/privacy/home.html'; export const PORT_53_FAQ_LINK = 'https://github.com/AdguardTeam/AdGuardHome/wiki/FAQ#bindinuse'; export const UPSTREAM_CONFIGURATION_WIKI_LINK = 'https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#upstreams'; -export const GETTING_STARTED_LINK = 'https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started#update'; +export const MANUAL_UPDATE_LINK = 'https://github.com/AdguardTeam/AdGuardHome/wiki/FAQ#manual-update'; export const FILTERS_RELATIVE_LINK = '#filters';