From 0a47268607fe15935f2de7ab3f27e3ff99cb8233 Mon Sep 17 00:00:00 2001 From: znmz <267793835+znmz@users.noreply.github.com> Date: Fri, 15 May 2026 12:43:28 +0300 Subject: [PATCH] chore: update old wiki links (nixos.wiki -> wiki.nixos.org) --- asus/fa506nc/README.md | 2 +- hp/probook/440G5/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asus/fa506nc/README.md b/asus/fa506nc/README.md index 80f904ee..0fe9347e 100644 --- a/asus/fa506nc/README.md +++ b/asus/fa506nc/README.md @@ -66,7 +66,7 @@ use on batter and which on power. ## More optimizations You may also want to enable thermald and powertop for the optimizations mentioned in -https://nixos.wiki/wiki/Laptop. +https://wiki.nixos.org/wiki/Laptop. ```nix services.thermald.enable = true; diff --git a/hp/probook/440G5/default.nix b/hp/probook/440G5/default.nix index 9bc0fc82..0fc940dd 100644 --- a/hp/probook/440G5/default.nix +++ b/hp/probook/440G5/default.nix @@ -2,7 +2,7 @@ { # https://www.intel.com/content/www/us/en/products/sku/124967/intel-core-i58250u-processor-6m-cache-up-to-3-40-ghz/specifications.html - # this one works: https://nixos.wiki/wiki/Accelerated_Video_Playback + # this one works: https://wiki.nixos.org/wiki/Accelerated_Video_Playback imports = [ ../../../common/cpu/intel/kaby-lake ../../../common/pc