From e638f0868115dbd8ae0bf5e9d42704af11808144 Mon Sep 17 00:00:00 2001 From: GBKS Date: Tue, 19 Oct 2021 10:16:11 +0200 Subject: [PATCH] Follow up redirect fix for "First use" page PR PR #525 renamed the "Creating a wallet" page to "First use" and changed the URL. For that PR, the Jekyll redirect plugin was not available. Now it is, so here's a fix to ensure old links properly redirect to the new page. --- guide/onboarding/first-use.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/onboarding/first-use.md b/guide/onboarding/first-use.md index b7da715f3..607a73f2a 100644 --- a/guide/onboarding/first-use.md +++ b/guide/onboarding/first-use.md @@ -5,6 +5,8 @@ description: Common tasks when using a wallet application for the first time. parent: Onboarding nav_order: 1 permalink: /guide/onboarding/first-use/ +redirect_from: + - /guide/onboarding/creating-a-new-wallet/ main_classes: -no-top-padding image: https://bitcoin.design/assets/images/guide/onboarding/creating-a-new-wallet/creating-a-new-wallet-preview.png ---