From f3717aa2d0b0c11ee3123d0731cecd258ff41acc Mon Sep 17 00:00:00 2001 From: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com> Date: Fri, 20 Aug 2021 13:43:09 +0000 Subject: [PATCH] Fixes broken links --- guide/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/README.md b/guide/README.md index f5d5d61..c03e8c1 100644 --- a/guide/README.md +++ b/guide/README.md @@ -29,15 +29,15 @@ img { - [Authors](authors.md) - [Tools](tools.md) -- [Installation](installation/readme.md) - - [Bypass](installation/bypass/readme.md) +- [Installation](installation/index.md) + - [Bypass](installation/bypass/index.md) - [GPU detection](installation/bypass/gpu-detection.md) - [Root Detection](installation/bypass/root-detection.md) - [Frida detection with Ghidra](installation/bypass/frida-detection-with-ghidra.md) -- [Footprinting](footprinting/readme.md) +- [Footprinting](footprinting/index.md) - [Decrypting response](footprinting/decrypt-response.md) - [Recreating crypto functions](footprinting/crypto.md) -- [Exploits](exploits/readme.md) +- [Exploits](exploits/index.md) - [REST API vulnerabilities](exploits/exploit-1.md) - [Sensitive Information Disclosure](exploits/exploit-2.md) - [Exported activities](exploits/exploit-3.md)