diff --git a/README.md b/README.md index fe0bfa7..233f7e9 100755 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ PMT is designed for developers, technicians, and Android enthusiasts who need fi ## Documentation -For all information about PMT, see the [wiki](https://github.com/ShawkTeam/pmt-renovated/wiki).\ -Read [Wiki - Using PMT via Termux or ADB](https://github.com/ShawkTeam/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\ -Detailed usage instructions and option references can be found in the [Wiki - Usage](https://github.com/ShawkTeam/pmt-renovated/wiki/Usage).\ -See [Wiki - How To Build](https://github.com/ShawkTeam/pmt-renovated/wiki/How-To-Build) to learn how to build. +For all information about PMT, see the [wiki](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki).\ +Read [Wiki - Using PMT via Termux or ADB](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\ +Detailed usage instructions and option references can be found in the [Wiki - Usage](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki/Usage).\ +See [Wiki - How To Build](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki/How-To-Build) to learn how to build. ## Bug Reporting -Please submit bugs at [Issues](https://github.com/ShawkTeam/pmt-renovated/issues) page. +Please submit bugs at [Issues](https://git.yzbruh.space/YZBruh/pmt-renovated/issues) page. --- diff --git a/build.sh b/build.sh index 2ec6070..ad3466b 100755 --- a/build.sh +++ b/build.sh @@ -65,7 +65,7 @@ build() { [ $CORES -eq 0 ] && CORES=2 for a in ${TARGET_ABI_LIST[@]}; do - echo "Building $a artifacts... Using $CORES thread." + echo "Building $a artifacts... Using $CORES thread." cmake --build build_$a -j$CORES echo "$a build complete, artifacts: $PWD/build_$a" done