From 34684db54d77d40dab5ca3664e97dad85cfae5d6 Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Sun, 17 Mar 2024 06:13:14 +0800 Subject: [PATCH] doc: builtins.addDrvOutputDependencies: fix link target (cherry picked from commit 39b0b8452f79e710b65b363663491fc17bb04a25) --- src/libexpr/primops/context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/primops/context.cc b/src/libexpr/primops/context.cc index db940f277..41eac5cc2 100644 --- a/src/libexpr/primops/context.cc +++ b/src/libexpr/primops/context.cc @@ -144,7 +144,7 @@ static RegisterPrimOp primop_addDrvOutputDependencies({ The original string context element must not be empty or have multiple elements, and it must not have any other type of element other than a constant or derivation deep element. The latter is supported so this function is idempotent. - This is the opposite of [`builtins.unsafeDiscardOutputDependency`](#builtins-addDrvOutputDependencies). + This is the opposite of [`builtins.unsafeDiscardOutputDependency`](#builtins-unsafeDiscardOutputDependency). )", .fun = prim_addDrvOutputDependencies });