doc: builtins.addDrvOutputDependencies: fix link target

(cherry picked from commit 39b0b8452f)
This commit is contained in:
Yueh-Shun Li 2024-03-17 06:13:14 +08:00 committed by github-actions[bot]
parent ac9bedda2c
commit 34684db54d

View File

@ -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
});