From 5feb4090db4be5086a9bf16b1c48f8f9c0fbd869 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 11 Feb 2021 01:08:53 +0100 Subject: [PATCH] Fix Guide Link --- Guides/CreatingALogcat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/CreatingALogcat.md b/Guides/CreatingALogcat.md index dcfb81b..5efb52e 100644 --- a/Guides/CreatingALogcat.md +++ b/Guides/CreatingALogcat.md @@ -29,7 +29,7 @@ You can technically create a logcat with only your phone and no root, but this w ### Creating a logcat using adb on your PC -- Run the following adb command. Unless you added adb to PATH, add a `.\` before the command. Having issues? Check the [Guide](./SettingUpAdb.md#Getting%20started%20using%20adb) +- Run the following adb command. Unless you added adb to PATH, add a `.\` before the command. Having issues? Check [our adb setup Guide](./SettingUpAdb.md#getting-started-using-adb) ```bash adb shell logcat -c