From 2cd5ae60b1c68dcbba0ce50d1c49d8082f88142a Mon Sep 17 00:00:00 2001 From: mexisme Date: Wed, 11 Jan 2023 10:48:24 +1300 Subject: [PATCH] Use URL to docs, instead of short-form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- microsoft/surface/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft/surface/default.nix b/microsoft/surface/default.nix index 395e05d..1943157 100644 --- a/microsoft/surface/default.nix +++ b/microsoft/surface/default.nix @@ -4,7 +4,7 @@ assertions = [ { assertion = false; - message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See microsoft/surface/OLD-BEHAVIOUR-DEPRECATED.md for more details."; + message = "Importing microsoft/surface/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/microsoft/surface/OLD-BEHAVIOUR-DEPRECATED.md for more details."; } ]; }