From 7405083815f67ae1c15136b20cf561a61a4ec96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Sun, 2 Nov 2025 23:06:03 +0300 Subject: [PATCH] Revert "README: Fix wrong URLs." This reverts commit eda1b3d50cf133bac393618e3ec5c57f02df12a8. --- README.md | 10 +++++----- build.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 233f7e9..fe0bfa7 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://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. +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. ## Bug Reporting -Please submit bugs at [Issues](https://git.yzbruh.space/YZBruh/pmt-renovated/issues) page. +Please submit bugs at [Issues](https://github.com/ShawkTeam/pmt-renovated/issues) page. --- diff --git a/build.sh b/build.sh index ad3466b..2ec6070 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