Skip to content

Commit ccbe841

Browse files
committed
Merge remote-tracking branch 'sutter/replace-support-links'
2 parents cd9d413 + e3d401b commit ccbe841

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontends/web/src/routes/device/waiting.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export const Waiting = () => {
7272
link: {
7373
text: t('guide.waiting.lostDevice.link.text'),
7474
url: (i18n.resolvedLanguage === 'de')
75-
? 'https://shiftcrypto.support/help/de-de/5-backup/8-wie-kann-ich-ein-bitbox02-wallet-in-ein-drittanbieter-wallet-importieren'
76-
: 'https://shiftcrypto.support/help/en-us/5-backup/8-how-do-i-restore-my-wallet-if-my-bitbox02-is-lost',
75+
? 'https://bitbox.swiss/redirects/restore-wallet-without-bitbox-de/'
76+
: 'https://bitbox.swiss/redirects/restore-wallet-without-bitbox-en/',
7777
},
7878
text: t('guide.waiting.lostDevice.text'),
7979
title: t('guide.waiting.lostDevice.title'),

frontends/web/src/routes/settings/electrum.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ export const ElectrumSettings = () => {
9090
link: {
9191
text: t('guide.settings-electrum.instructions.link.text'),
9292
url: (i18n.resolvedLanguage === 'de')
93-
? 'https://shiftcrypto.support/help/de-de/14-privatsphare/29-verbindung-der-bitboxapp-zu-meinem-bitcoin-full-node'
94-
: 'https://shiftcrypto.support/help/en-us/14-privacy/29-how-to-connect-the-bitboxapp-to-my-own-full-node'
93+
? 'https://bitbox.swiss/redirects/connect-your-own-full-node-de/'
94+
: 'https://bitbox.swiss/redirects/connect-your-own-full-node-en/'
9595
},
9696
text: t('guide.settings-electrum.instructions.text'),
9797
title: t('guide.settings-electrum.instructions.title')

0 commit comments

Comments
 (0)