From cac7d1c79522e982ec0e05fc2ecb4bf5a8073ca2 Mon Sep 17 00:00:00 2001 From: Esad Cetiner <104706115+EsadCetiner@users.noreply.github.com> Date: Wed, 17 Jun 2026 21:47:30 +1000 Subject: [PATCH] fix: update link to toolquix --- content/6-development/6-7-tools-for-rule-writers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/6-development/6-7-tools-for-rule-writers.md b/content/6-development/6-7-tools-for-rule-writers.md index c17539b1..eb6c19f6 100644 --- a/content/6-development/6-7-tools-for-rule-writers.md +++ b/content/6-development/6-7-tools-for-rule-writers.md @@ -107,7 +107,7 @@ Encode and decode URL parameters with instant conversion. Helps understand safe ### Toolquix Encode/Decode -[https://toolquix.com/encode-decode](https://toolquix.com/encode-decode) +[https://toolquix.com/tools/encode-decode](https://toolquix.com/tools/encode-decode) Multi-format encoding tool supporting ASCII to hex, Base32, ROT13, and more. Useful for testing various encoding transformations that attackers might use.