From 184dc2e539e15777546f91cd9cf0780c3f9d3950 Mon Sep 17 00:00:00 2001 From: NixOS Wiki Date: Sat, 13 Jul 2024 13:10:17 +0000 Subject: [PATCH] Update NixOS wiki link --- nix/home/firefox.nix | 4 ++-- windows/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/home/firefox.nix b/nix/home/firefox.nix index 49b082f2..47757e01 100644 --- a/nix/home/firefox.nix +++ b/nix/home/firefox.nix @@ -110,10 +110,10 @@ "NixOS Wiki" = { urls = [ { - template = "https://nixos.wiki/index.php?search={searchTerms}"; + template = "https://wiki.nixos.org/index.php?search={searchTerms}"; } ]; - iconUpdateURL = "https://nixos.wiki/favicon.png"; + iconUpdateURL = "https://wiki.nixos.org/favicon.png"; updateInterval = 24 * 60 * 60 * 1000; # every day definedAliases = ["@nix"]; }; diff --git a/windows/README.md b/windows/README.md index 62d4e21f..4a54cf78 100644 --- a/windows/README.md +++ b/windows/README.md @@ -8,7 +8,7 @@ - Simply copying the ISO to drive resulted in Windows installer that "could not locate drivers". - Try above tool before attempting to customize the ISO. - BIOS and booting - - See [Dual Booting NixOS and Windows](https://nixos.wiki/wiki/Dual_Booting_NixOS_and_Windows) + - See [Dual Booting NixOS and Windows](https://wiki.nixos.org/wiki/Dual_Booting_NixOS_and_Windows) - Ideally GRUB is configured to boot Linux + Windows with Secure Boot enabled[1], but this turns out to be non-trivial/impossible. - Use case for Secure Boot was Riot's Vanguard (anti-cheat) software, needed to play their games.