浏览代码

docs: replace magiskboot_build link with WildKernels/Magisk (W.I.P.)

TheWildJames 1 周之前
父节点
当前提交
afaa29ba99
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/magiskboot.md

+ 2 - 2
docs/magiskboot.md

@@ -5,7 +5,7 @@ For some devices, the `boot.img` format isn't as common as `lz4`, `gz`, and unco
 > [!TIP]
 > [!TIP]
 > It's always recommended to use `magiskboot` to patch images. There are two ways:
 > It's always recommended to use `magiskboot` to patch images. There are two ways:
 > - [magiskboot (official)](https://github.com/topjohnwu/Magisk/releases) - runs on Android devices (and Linux)
 > - [magiskboot (official)](https://github.com/topjohnwu/Magisk/releases) - runs on Android devices (and Linux)
-> - [magiskboot_build](https://github.com/capntrips/magiskboot_build) - cross-built binaries for Windows/macOS/Linux PCs
+> - [WildKernels/Magisk (W.I.P.)](https://github.com/WildKernels/Magisk) - cross-built binaries for Windows/macOS/Linux PCs (W.I.P.)
 >
 >
 > The official build of `magiskboot` can only run on Android devices. If you want to run it on a PC, use the second option.
 > The official build of `magiskboot` can only run on Android devices. If you want to run it on a PC, use the second option.
 
 
@@ -57,7 +57,7 @@ For some devices, the `boot.img` format isn't as common as `lz4`, `gz`, and unco
 
 
 ## Using magiskboot on Windows / macOS / Linux PC
 ## Using magiskboot on Windows / macOS / Linux PC
 
 
-1. Download the corresponding `magiskboot` binary for your OS from [magiskboot_build](https://github.com/capntrips/magiskboot_build).
+1. Download the corresponding `magiskboot` binary for your OS from [WildKernels/Magisk (W.I.P.)](https://github.com/WildKernels/Magisk).
 2. Prepare stock `boot.img` and `Image` in your PC.
 2. Prepare stock `boot.img` and `Image` in your PC.
 3. Make it executable:
 3. Make it executable:
    ```sh
    ```sh