From ae79840bc756e97f9750fc70448ae0efc1b8dcc3 Mon Sep 17 00:00:00 2001 From: witcher Date: Mon, 17 Apr 2023 17:53:44 +0200 Subject: [PATCH] doc: replace invalid link (#3881) The link to the Nix RFC 42 is invalid. Replace this with a valid link to the upstream NixOS/rfcs repo, pinning it to the commit that introduced the RFC. --- docs/contributing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.adoc b/docs/contributing.adoc index 7ab95289..2e7debea 100644 --- a/docs/contributing.adoc +++ b/docs/contributing.adoc @@ -50,8 +50,8 @@ The first option is good if you only temporarily want to use your clone. [[sec-guidelines]] === Guidelines :irc-home-manager: https://webchat.oftc.net/?channels=home-manager -:valuable-options: https://github.com/Infinisil/rfcs/blob/config-option/rfcs/0042-config-option.md#valuable-options -:rfc-42: https://github.com/Infinisil/rfcs/blob/config-option/rfcs/0042-config-option.md +:valuable-options: https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md#valuable-options +:rfc-42: https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md :assertions: https://nixos.org/manual/nixos/stable/index.html#sec-assertions If your contribution satisfy the following rules then there is a good chance it will be merged without too much trouble. The rules are enforced by the Home Manager maintainers and to a lesser extent the Home Manager CI system.