From 3604a20b67fbf4deb7cc386040adbcf163853446 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 7 Apr 2022 19:22:03 +0200 Subject: [PATCH] docs: fix link to rollback instructions Fixes #2872 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cefb40e5..585f337b 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ distributions and NixOS versions. Also, the `home-manager` tool does not explicitly support rollbacks at the moment so if your home directory gets messed up you'll have to fix -it yourself. See the [rollbacks](#rollbacks) section for instructions -on how to manually perform a rollback. +it yourself. See the [rollbacks][] section for instructions on how to +manually perform a rollback. Now when your expectations have been built up and you are eager to try all this out you can go ahead and read the rest of this text. @@ -126,3 +126,4 @@ This project is licensed under the terms of the [MIT license](LICENSE). [manual nixos install]: https://nix-community.github.io/home-manager/index.html#sec-install-nixos-module [manual nix-darwin install]: https://nix-community.github.io/home-manager/index.html#sec-install-nix-darwin-module [manual nix flakes]: https://nix-community.github.io/home-manager/index.html#ch-nix-flakes +[rollbacks]: https://nix-community.github.io/home-manager/index.html#sec-usage-rollbacks