From b01bb65d3023281c601024578a9c19f32e7ad011 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 28 Apr 2022 21:41:04 -0400 Subject: [PATCH] Fix rel path in doc --- doc/manual/src/architecture/store/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/architecture/store/building.md b/doc/manual/src/architecture/store/building.md index f4f2649a3..d43904126 100644 --- a/doc/manual/src/architecture/store/building.md +++ b/doc/manual/src/architecture/store/building.md @@ -2,7 +2,7 @@ ## Scanning for references -Before in the section on [store objects](../objects.md), we talked abstractly about scanning for references. +Before in the section on [store objects](./objects.md), we talked abstractly about scanning for references. Now we can make this concrete. After the derivation's command is run, Nix needs to process the "raw" output directories to turn them into legit store objects.