From a86c6f884dcb6fc9ae56cb4441e54ce36d150774 Mon Sep 17 00:00:00 2001
From: ae <git@golfed.xyz>
Date: Sun, 23 Mar 2025 12:14:19 +0200
Subject: [PATCH] docs: update post link

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 01bd17f..712c69a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 # Shellcode reflective DLL injection in Rust
 
-Reflective DLL injection demo for fun and education. In simple terms reflective injection means that the given payload (i.e. an executable binary) will be mapped into a target process's memory without the payload ever needing to touch the target device's disk. In practical applications, there's significant scope for enhancing build sizes, obfuscation, and delivery logic.
-
-If you're interested in the technical implementation, please check out [this blog post](https://golfed.xyz/blog/understanding-srdi/) I wrote.
+For a more comprehensive view into the implementation, check out [this blog post](https://golfed.xyz/posts/understanding-srdi/).
 
 ### Project Structure