From 9f9d7a78ffeb96eee927e584c4d7c1ff0006d5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 8 May 2024 22:55:00 +0200 Subject: [PATCH] Update links to point to new NixOS wiki --- src/pages/about.mdx | 2 +- src/pages/concepts/caching.mdx | 6 +++--- src/pages/concepts/channels.mdx | 4 ++-- src/pages/concepts/ecosystem.mdx | 4 ++-- src/pages/concepts/flakes.mdx | 4 ++-- src/pages/concepts/nix-language.mdx | 4 ++-- src/pages/concepts/nix.mdx | 4 ++-- src/pages/concepts/nixos.mdx | 10 +++++----- src/pages/concepts/nixpkgs.mdx | 4 ++-- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/pages/about.mdx b/src/pages/about.mdx index 54e30407..815b71da 100644 --- a/src/pages/about.mdx +++ b/src/pages/about.mdx @@ -29,5 +29,5 @@ But we feel pretty strongly that the Determinate Nix Installer is more likely to [nix-installer]: /concepts/nix-installer [nix.dev]: https://nix.dev [pills]: https://nixos.org/guides/nix-pills -[wiki]: https://nixos.wiki/wiki/Flakes +[wiki]: https://wiki.nixos.org/wiki/Flakes [manual]: https://nixos.org/manual/nixpkgs/stable diff --git a/src/pages/concepts/caching.mdx b/src/pages/concepts/caching.mdx index 698a9141..a4062c29 100644 --- a/src/pages/concepts/caching.mdx +++ b/src/pages/concepts/caching.mdx @@ -7,10 +7,10 @@ related: ["closures", "derivations", "nix-store"] externalSources: [ { title: "Binary cache", - href: "https://nixos.wiki/wiki/Binary_Cache", + href: "https://wiki.nixos.org/wiki/Binary_Cache", source: { title: "The NixOS Wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } }, { @@ -76,6 +76,6 @@ In addition to this community cache, you can also [run your own][run] or use a t [nixos]: /concepts/nixos [packages]: /concepts/packages [realising]: /concepts/realisation -[run]: https://nixos.wiki/wiki/Binary_Cache +[run]: https://wiki.nixos.org/wiki/Binary_Cache [store]: /concepts/nix-store [store-paths]: /concepts/nix-store#store-paths diff --git a/src/pages/concepts/channels.mdx b/src/pages/concepts/channels.mdx index a1d7c9f1..d82238b9 100644 --- a/src/pages/concepts/channels.mdx +++ b/src/pages/concepts/channels.mdx @@ -7,10 +7,10 @@ related: ["flakes", "pinning"] externalSources: [ { title: "Nix channels", - href: "https://nixos.wiki/wiki/Nix_channels", + href: "https://wiki.nixos.org/wiki/Nix_channels", source: { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } }, { diff --git a/src/pages/concepts/ecosystem.mdx b/src/pages/concepts/ecosystem.mdx index 16daec56..ed8a49f0 100644 --- a/src/pages/concepts/ecosystem.mdx +++ b/src/pages/concepts/ecosystem.mdx @@ -7,10 +7,10 @@ related: ["declarative", "nix", "nixos", "nixpkgs", "reproducibility"] externalSources: [ { title: "Nix ecosystem", - href: "https://nixos.wiki/wiki/Nix_Ecosystem", + href: "https://wiki.nixos.org/wiki/Nix_Ecosystem", source: { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } }, { diff --git a/src/pages/concepts/flakes.mdx b/src/pages/concepts/flakes.mdx index 3000cbeb..4a75519a 100644 --- a/src/pages/concepts/flakes.mdx +++ b/src/pages/concepts/flakes.mdx @@ -7,10 +7,10 @@ related: ["channels"] externalSources: [ { title: "Flakes", - href: "https://nixos.wiki/wiki/Flakes", + href: "https://wiki.nixos.org/wiki/Flakes", source: { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } }, { diff --git a/src/pages/concepts/nix-language.mdx b/src/pages/concepts/nix-language.mdx index d2c1f85d..fe9a5c6f 100644 --- a/src/pages/concepts/nix-language.mdx +++ b/src/pages/concepts/nix-language.mdx @@ -15,10 +15,10 @@ externalSources: [ }, { title: "Overview of the Nix language", - href: "https://nixos.wiki/wiki/Overview_of_the_Nix_Language", + href: "https://wiki.nixos.org/wiki/Overview_of_the_Nix_Language", source: { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } }, { diff --git a/src/pages/concepts/nix.mdx b/src/pages/concepts/nix.mdx index 63ca6031..776272e3 100644 --- a/src/pages/concepts/nix.mdx +++ b/src/pages/concepts/nix.mdx @@ -11,10 +11,10 @@ externalSources: [ }, { title: "Nix package manager", - href: "https://nixos.wiki/wiki/Nix_package_manager", + href: "https://wiki.nixos.org/wiki/Nix_package_manager", source: { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } }, { diff --git a/src/pages/concepts/nixos.mdx b/src/pages/concepts/nixos.mdx index f16034c3..7d7d50f1 100644 --- a/src/pages/concepts/nixos.mdx +++ b/src/pages/concepts/nixos.mdx @@ -11,7 +11,7 @@ externalSources: [ }, { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" }, { title: "NixOS", @@ -205,14 +205,14 @@ Release slugs have the form `{year}.{month}`, so `22.05` corresponds to May 2022 Because you configure NixOS using Nix, you can always [pin] specific packages and dependencies to whichever revisions you like. [apt]: https://en.wikipedia.org/wiki/APT_(software) -[boot]: https://nixos.wiki/wiki/Bootloader +[boot]: https://wiki.nixos.org/wiki/Bootloader [declarative]: /concepts/declarative [derivations]: /concepts/derivations [dpkg]: https://debian.org/doc/manuals/debian-faq/pkgtools [fhs]: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard [filesystem]: https://nixos.org/manual/nixos/stable/#ch-file-systems [git]: https://git-scm.com -[kernel]: https://nixos.wiki/wiki/Linux_kernel +[kernel]: https://wiki.nixos.org/wiki/Linux_kernel [lang]: /concepts/nix-language [linux]: https://kernel.org [nginx]: https://nginx.org @@ -222,8 +222,8 @@ Because you configure NixOS using Nix, you can always [pin] specific packages an [pin]: /concepts/pinning [pkg]: /concepts/package-management [realised]: /concepts/realisation -[rebuild]: https://nixos.wiki/wiki/Nixos-rebuild +[rebuild]: https://wiki.nixos.org/wiki/Nixos-rebuild [releases]: https://nixos.org/blog/announcements [search]: https://search.nixos.org/options [store]: /concepts/nix-store -[window]: https://nixos.wiki/wiki/Category:Window_managers +[window]: https://wiki.nixos.org/wiki/Category:Window_managers diff --git a/src/pages/concepts/nixpkgs.mdx b/src/pages/concepts/nixpkgs.mdx index 6b541c42..0883d356 100644 --- a/src/pages/concepts/nixpkgs.mdx +++ b/src/pages/concepts/nixpkgs.mdx @@ -23,10 +23,10 @@ externalSources: [ }, { title: "Nixpkgs", - href: "https://nixos.wiki/wiki/Nixpkgs", + href: "https://wiki.nixos.org/wiki/Nixpkgs", source: { title: "The NixOS wiki", - href: "https://nixos.wiki" + href: "https://wiki.nixos.org" } } ]