diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-07-20 17:58:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 17:58:14 +0200 |
commit | 85d0eb63165e7d7f441fe3dd94bb548a40502e52 (patch) | |
tree | f535c3f27e1e39adfc2f17e87be7af8b0dd35216 /doc/manual | |
parent | ab363cd49408295df468461bc54ae1293310de78 (diff) |
fix broken links (#8722)
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index b8ea977d7..4b0a3a3e5 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -128,7 +128,7 @@ platform. Common solutions include [remote builders] and [binary format emulatio (only supported on NixOS). [remote builders]: ../advanced-topics/distributed-builds.md -[binfmt emulation]: https://nixos.org/manual/nixos/stable/options.html#opt-boot.binfmt.emulatedSystems +[binary format emulation]: https://nixos.org/manual/nixos/stable/options.html#opt-boot.binfmt.emulatedSystems Given such a setup, executing the build only requires selecting the respective attribute. For example, to compile for `aarch64-linux`: @@ -166,7 +166,7 @@ When Nix is built such that `./configure` is passed any of the `--host`, `--buil <cpu>-<vendor>[-<kernel>]-<os> ``` -For historic reasons and backward-compatibility, some CPU and OS identifiers are translated from the GNU Autotools naming convention in [`configure.ac`](https://github.com/nixos/nix/blob/master/config/config.sub) as follows: +For historic reasons and backward-compatibility, some CPU and OS identifiers are translated from the GNU Autotools naming convention in [`configure.ac`](https://github.com/nixos/nix/blob/master/configure.ac) as follows: | `config.guess` | Nix | |----------------------------|---------------------| |