summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSebastián Mancilla <smancill@smancill.dev>2021-11-19 22:07:02 -0300
committerSebastián Mancilla <smancill@smancill.dev>2021-11-19 22:09:17 -0300
commit997d559bb32b75c1673d2a8b5a4af1a5760f8820 (patch)
tree39fcde1498686a623038875c4b5e08bf2c68de74 /.github
parent15060ba400cfdf71013b45c91b838e76ff661788 (diff)
downloadnixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.tar
nixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.tar.gz
nixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.tar.bz2
nixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.tar.lz
nixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.tar.xz
nixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.tar.zst
nixpkgs-997d559bb32b75c1673d2a8b5a4af1a5760f8820.zip
PULL_REQUEST_TEMPLATE.md: fix link to nix.conf documentation
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 9e499909096..35c70da769f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -20,7 +20,7 @@ Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-
   - [ ] aarch64-linux
   - [ ] x86_64-darwin
   - [ ] aarch64-darwin
-- [ ] For non-Linux: Is `sandbox = true` set in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/#sec-conf-file))
+- [ ] For non-Linux: Is `sandbox = true` set in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
 - [ ] Tested, as applicable:
   - [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
   - and/or [package tests](https://nixos.org/manual/nixpkgs/unstable/#sec-package-tests)