summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-12-01 16:55:05 +0100
committerWinter <winter@winter.cafe>2022-12-01 22:31:24 -0500
commit2a04723331864b6d472bc9cc6c1d7e3e7ba9d319 (patch)
tree900b7842804448e6c9fdd4c6bd87470bffa7e4e3
parentb22e868d22b029931d775493aeeab383e21df056 (diff)
downloadnixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.tar
nixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.tar.gz
nixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.tar.bz2
nixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.tar.lz
nixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.tar.xz
nixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.tar.zst
nixpkgs-2a04723331864b6d472bc9cc6c1d7e3e7ba9d319.zip
nixos/rl-2211: remove reference to nowhere
The note this originally referred to was moved to the “Internal Changes”
section and later trimmed down, so the referenced content is no longer
there.
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml5
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md3
2 files changed, 2 insertions, 6 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 61ba5e7a36b..6a4573f6711 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -314,10 +314,7 @@
           generated using <literal>lib.systems.elaborate</literal>. In
           most cases you will want to use the new
           <literal>canExecute</literal> predicate instead which also
-          considers the kernel / syscall interface. It is briefly
-          described in the release’s
-          <link linkend="sec-release-22.11-highlights">highlights
-          section</link>.
+          takes the kernel / syscall interface into account.
           <literal>lib.systems.parse.isCompatible</literal> still
           exists, but has changed semantically: Architectures with
           differing endianness modes are <emphasis>no longer considered
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index c7dc68f54d5..aedc3c7831c 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -90,8 +90,7 @@ In addition to numerous new and upgraded packages, this release includes the fol
 - The `isCompatible` predicate checking CPU compatibility is no longer exposed
   by the platform sets generated using `lib.systems.elaborate`. In most cases
   you will want to use the new `canExecute` predicate instead which also
-  considers the kernel / syscall interface. It is briefly described in the
-  release's [highlights section](#sec-release-22.11-highlights).
+  takes the kernel / syscall interface into account.
   `lib.systems.parse.isCompatible` still exists, but has changed semantically:
   Architectures with differing endianness modes are *no longer considered compatible*.