From fd0e129ecbda1253cd2617a6c2d5ee83a4f84f6e Mon Sep 17 00:00:00 2001 From: JumbledUp <152815534+jumbledup@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:09:05 +0000 Subject: [PATCH] Docs: fix small error in installation.md "Migrating existing services to bitcoind" at the bottom of nix-bitcoin/docs/install.md should read "Migrating existing services to nix-bitcoin" since it links to the section of configuration.md called "Migrate existing services to nix-bitcoin" --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a902f4e..569ac8a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -337,6 +337,6 @@ Other available systems: For security reasons, all normal system management tasks can and should be performed with the `operator` user. Logging in as `root` should be done as rarely as possible. See also: -- [Migrating existing services to bitcoind](configuration.md#migrate-existing-services-to-nix-bitcoin) +- [Migrating existing services to nix-bitcoin](configuration.md#migrate-existing-services-to-nix-bitcoin) - [Managing your deployment](configuration.md#managing-your-deployment) - [Using services](services.md)