summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-03-04 17:44:33 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-03-04 17:44:33 +0100
commita1cf35fbfd6f3292858f55fa58b91a8444e81d06 (patch)
tree5b8b26bcc41ac6217f04bd7d7b5229018ac024b0 /doc/builders
parent5a1a08c0a785c0d5f74a0b350847a2eb39e90735 (diff)
downloadnixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.tar
nixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.tar.gz
nixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.tar.bz2
nixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.tar.lz
nixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.tar.xz
nixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.tar.zst
nixpkgs-a1cf35fbfd6f3292858f55fa58b91a8444e81d06.zip
doc/builders/images/dockertools.section.md: Fix link labels
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/images/dockertools.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/builders/images/dockertools.section.md b/doc/builders/images/dockertools.section.md
index ce149bf174f..0d7774e891e 100644
--- a/doc/builders/images/dockertools.section.md
+++ b/doc/builders/images/dockertools.section.md
@@ -58,7 +58,7 @@ After the new layer has been created, its closure (to which `contents`, `config`
 
 At the end of the process, only one new single layer will be produced and added to the resulting image.
 
-The resulting repository will only list the single image `image/tag`. In the case of [example_title](#ex-dockerTools-buildImage) it would be `redis/latest`.
+The resulting repository will only list the single image `image/tag`. In the case of [the `buildImage` example](#ex-dockerTools-buildImage) it would be `redis/latest`.
 
 It is possible to inspect the arguments with which an image was built using its `buildArgs` attribute.
 
@@ -278,7 +278,7 @@ The `name` argument is the name of the derivation output, which defaults to `fro
 
 ## shadowSetup {#ssec-pkgs-dockerTools-shadowSetup}
 
-This constant string is a helper for setting up the base files for managing users and groups, only if such files don\'t exist already. It is suitable for being used in a `runAsRoot` [co_title](#ex-dockerTools-buildImage-runAsRoot) script for cases like in the example below:
+This constant string is a helper for setting up the base files for managing users and groups, only if such files don\'t exist already. It is suitable for being used in a [`buildImage` `runAsRoot`](#ex-dockerTools-buildImage-runAsRoot) script for cases like in the example below:
 
 ```nix
 buildImage {