From 400ca67b1400b5ed118b4e2548a9101b4a101e62 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 31 Dec 2022 15:56:23 -0800 Subject: [PATCH] README.md: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28345fd..5ad1f8c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ See [doc/architecture.md](doc/architecture.md). * `nixpkgs` was chosen because it is *policy-free software*: it doesn't force any policy decisions on its dependees. `nixpkgs` also has amazing support for [cross-compilation](https://github.com/NixOS/nixpkgs/blob/master/doc/stdenv/cross-compilation.chapter.md); once you've used it you'll never want to deal with cross compilers any other way, ever again. -* [PrawnOS](https://github.com/SolidHal/PrawnOS) is a great resource for arm64 chromebook owners. If you have one, make sure to check out [@SolidHal's guide](https://github.com/SolidHal/PrawnOS) on transplanting a blobless wifi chip into your laptop. It's easier than it looks. +* [PrawnOS](https://github.com/SolidHal/PrawnOS) is a great resource for arm64 chromebook owners. If you have one, make sure to check out [@SolidHal's guide](https://github.com/SolidHal/Samsung_Chromebook_plus_v1_wifi_from_webcam) on transplanting a blobless wifi chip into your laptop. It's easier than it looks. ## Related Links