From 3be0e164ab2c8c972a91ad424befaf08ecfdd9e7 Mon Sep 17 00:00:00 2001 From: Divyaranjan Sahoo Date: Fri, 19 Sep 2025 15:13:54 +0530 Subject: [PATCH] chore(docs): fix MkDocs edit link and polish README grammar - Use edit/master so 'Edit this page' opens the editor - Standardize punctuation and YouTube casing --- README.md | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92fdf70..5edc58a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Payloads All The Things A list of useful payloads and bypasses for Web Application Security. -Feel free to improve with your payloads and techniques ! +Feel free to improve with your payloads and techniques! You can also contribute with a :beers: IRL, or using the sponsor button. @@ -28,7 +28,7 @@ You might also like the other projects from the AllTheThings family : - [InternalAllTheThings](https://swisskyrepo.github.io/InternalAllTheThings/) - Active Directory and Internal Pentest Cheatsheets - [HardwareAllTheThings](https://swisskyrepo.github.io/HardwareAllTheThings/) - Hardware/IOT Pentesting Wiki -You want more ? Check the [Books](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/_LEARNING_AND_SOCIALS/BOOKS.md) and [Youtube channel](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/_LEARNING_AND_SOCIALS/YOUTUBE.md) selections. +You want more? Check the [Books](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/_LEARNING_AND_SOCIALS/BOOKS.md) and [YouTube channel](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/_LEARNING_AND_SOCIALS/YOUTUBE.md) selections. ## :technologist: Contributions diff --git a/mkdocs.yml b/mkdocs.yml index 1c4cd92..68a08c6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_description: 'Payloads All The Things, a list of useful payloads and bypass site_url: https://swisskyrepo.github.io/PayloadsAllTheThings repo_url: https://github.com/swisskyrepo/PayloadsAllTheThings/ -edit_uri: blob/master/ +edit_uri: edit/master/ # copyright: © 2016 PATT # logo: 'images/site_logo.png'