aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-04-28 21:41:04 -0400
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commitb01bb65d3023281c601024578a9c19f32e7ad011 (patch)
treed5fc1b30c79942d3c5ca098c657d18e17a1ad8a6
parentb5ca3d12b6f3414302363c8ae362334c020448c7 (diff)
Fix rel path in doc
-rw-r--r--doc/manual/src/architecture/store/building.md2
1 files changed, 1 insertions, 1 deletions
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.