summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-04-06 14:00:56 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-04-06 14:08:11 +0200
commit2c40ba774d83206b57bbbaed8fbf332b134351e4 (patch)
tree196fc9eaaf56d534fc3171d17d60cad963f18bd3 /doc
parent5af0a6c7f4d93d97e5b85f1110faaa3f6319b0d7 (diff)
downloadnixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.tar
nixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.tar.gz
nixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.tar.bz2
nixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.tar.lz
nixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.tar.xz
nixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.tar.zst
nixpkgs-2c40ba774d83206b57bbbaed8fbf332b134351e4.zip
patchelf: Fix homepage URL
Since this commit on nixos-homepage, the homepage was 404-ing:
https://github.com/NixOS/nixos-homepage/commit/179733c176c1f625bb18d4eba38480b888471a7a
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv/multiple-output.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/multiple-output.xml b/doc/stdenv/multiple-output.xml
index 83275bb2fbd..51e1cc2e024 100644
--- a/doc/stdenv/multiple-output.xml
+++ b/doc/stdenv/multiple-output.xml
@@ -106,7 +106,7 @@
    </para>
 
    <para>
-    The reason for why <literal>glibc</literal> deviates from the convention is because referencing a library provided by <literal>glibc</literal> is a very common operation among Nix packages. For instance, third-party executables packaged by Nix are typically patched and relinked with the relevant version of <literal>glibc</literal> libraries from Nix packages (please see the documentation on <link xlink:href="https://nixos.org/patchelf.html">patchelf</link> for more details).
+    The reason for why <literal>glibc</literal> deviates from the convention is because referencing a library provided by <literal>glibc</literal> is a very common operation among Nix packages. For instance, third-party executables packaged by Nix are typically patched and relinked with the relevant version of <literal>glibc</literal> libraries from Nix packages (please see the documentation on <link xlink:href="https://github.com/NixOS/patchelf/blob/master/README">patchelf</link> for more details).
    </para>
   </section>