From: rajarshimaitra Date: Sat, 25 Jun 2022 09:56:50 +0000 (+0530) Subject: Remove permalinks X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.SignersContainer.html?a=commitdiff_plain;h=c4a9ed58cf4ba2244572c9382e920407bdac4514;p=bitcoindevkit.org Remove permalinks It seems they aren't used anymore and pointing to previous locations. --- diff --git a/docs/tutorials/compact_filters_demo.md b/docs/tutorials/compact_filters_demo.md index 283597fa8a..417957bffe 100644 --- a/docs/tutorials/compact_filters_demo.md +++ b/docs/tutorials/compact_filters_demo.md @@ -5,7 +5,6 @@ authors: - Rajarshi Maitra date: "2021-06-20" tags: ["tutorial", "BDK", "bdk-cli", "compact_filters", "BIP157", "Neutrino"] -permalink: "/blog/2021/06/using-bdk-to-create-bip157-spv-wallet-aka-neutrino/" --- ## Introduction diff --git a/docs/tutorials/descriptor_based_paper_wallet.md b/docs/tutorials/descriptor_based_paper_wallet.md index 71576007f3..a587a365da 100644 --- a/docs/tutorials/descriptor_based_paper_wallet.md +++ b/docs/tutorials/descriptor_based_paper_wallet.md @@ -6,7 +6,6 @@ authors: - Steve Myers date: "2021-03-30" tags: ["guide", "descriptor", "paper wallets"] -permalink: "/blog/2021/03/descriptor-based-paper-wallets/" --- In this post, we will use the [Rusty Paper Wallet] tool to create a multi-owned descriptor-based paper wallet. We will use [bdk] via the [bdk-cli] tool to test our descriptor and to be able to sweep the funds from our paper wallet to a new address. diff --git a/docs/tutorials/descriptors_in_the_wild.md b/docs/tutorials/descriptors_in_the_wild.md index 74634e78dc..06306f5c08 100644 --- a/docs/tutorials/descriptors_in_the_wild.md +++ b/docs/tutorials/descriptors_in_the_wild.md @@ -5,7 +5,6 @@ authors: - Gabriele Domenichini date: "2020-11-18" tags: ["guide", "descriptor"] -permalink: "/blog/2020/11/descriptors-in-the-wild/" --- I have tried to setup a 2 of 2 multi signature infrastructure with two diff --git a/docs/tutorials/spending_policy_demo.md b/docs/tutorials/spending_policy_demo.md index 344afd5962..7fd77c283d 100644 --- a/docs/tutorials/spending_policy_demo.md +++ b/docs/tutorials/spending_policy_demo.md @@ -6,7 +6,6 @@ authors: - thunderbiscuit date: "2021-02-23" tags: ["guide", "descriptor"] -permalink: "/blog/2021/02/spending-policy-demo/" --- In this post we will use the [bdk-cli](https://github.com/bitcoindevkit/bdk-cli) tool to demonstrate how to use the [bdk](https://github.com/bitcoindevkit/bdk) library to: