From 26e56780caaa3fe23bd1c7589c9ebde220381683 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Thu, 18 Jul 2024 19:35:43 +0200 Subject: Fixup a bunch of references to nixos.org manuals (plus one reference to CppNix github) Change-Id: Id8b3d2897f3b54e286861805cfd421adc4d5de47 --- src/libexpr/eval.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexpr') diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index 5e6c71e1f..c7b708d1d 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -1901,7 +1901,7 @@ void EvalState::autoCallFunction(Bindings & args, Value & fun, Value & res) Nix attempted to evaluate a function as a top level expression; in this case it must have its arguments supplied either by default values, or passed explicitly with '--arg' or '--argstr'. See -https://nixos.org/manual/nix/stable/language/constructs.html#functions.)", symbols[i.name]) +https://docs.lix.systems/manual/lix/stable/language/constructs.html#functions)", symbols[i.name]) .atPos(i.pos).withFrame(*fun.lambda.env, *fun.lambda.fun).debugThrow(); } } -- cgit v1.2.3