From 584f69a0602433524df06c6356795ef03a140ae9 Mon Sep 17 00:00:00 2001 From: Saki <10335149+Saki-EU@users.noreply.github.com> Date: Wed, 21 Nov 2018 19:47:08 +0100 Subject: [PATCH] Link fixes --- README.md | 4 ++-- docs/tipsandtricks.md | 2 +- docs/{authentication.md => verify.md} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{authentication.md => verify.md} (100%) diff --git a/README.md b/README.md index ff67322..3bff814 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ * [Regional names of Xiaomi devices](docs/names.md) * [Regional versions of Xiaomi devices](docs/versions.md) * [List of wired Xiaomi earphones](docs/earphones.md) -* [Verify the authenticity of Xiaomi products](docs/authentication.md) +* [Verify the authenticity of Xiaomi products](docs/verify.md) --- * [MIUI explained](docs/miui.md) -* [Custom ROMs explained](docs/customroms.md) +* [Custom ROMs explained](docs/custom.md) * [Fastboot ROMs & Recovery ROMs explained](docs/fastbootrecovery.md) * [Anti-Rollback Protection explained](docs/antirollback.md) diff --git a/docs/tipsandtricks.md b/docs/tipsandtricks.md index edb6e01..ad363b7 100644 --- a/docs/tipsandtricks.md +++ b/docs/tipsandtricks.md @@ -6,7 +6,7 @@ * Do not buy a [Chinese Version](versions.md), even if it comes with an official Global ROM pre-installed. On Chinese Versions, it's not possible to boot the Global Stable/Developer ROM with a locked bootloader, which is inevitable to pass SafetyNet and get Google Play certification. Additionally, Xiaomi rarely releases Global ROMs for devices which are only sold in Mainland China and China ROMs are difficult to set up and use globally, so if you want a Global ROM, wait for a [Global Version](versions.md) to come out and buy that. -* If you purchase a Chinese device with MIUI from a reseller, it might come with a reseller ROM if there's no official Global ROM available for it at the time of purchase. These ROMs are badly optimised, buggy, not safe to use and often bloated. If you encounter a reseller ROM, you have to get rid of it by yourself. Learn more about reseller ROMs [here](customroms.md). +* If you purchase a Chinese device with MIUI from a reseller, it might come with a reseller ROM if there's no official Global ROM available for it at the time of purchase. These ROMs are badly optimised, buggy, not safe to use and often bloated. If you encounter a reseller ROM, you have to get rid of it by yourself. Learn more about reseller ROMs [here](custom.md). * Xiaomi devices, especially Chinese models, are made for the Chinese market and support primarily Chinese networks so they probably don't support all the LTE bands used in your country. Some models have Global Versions which support additional LTE bands used outside of China. See detailed network compatibility [here](ltecoverage.md). diff --git a/docs/authentication.md b/docs/verify.md similarity index 100% rename from docs/authentication.md rename to docs/verify.md