From 1dd3f38c57ea7008244f57a9712375651cbd675b Mon Sep 17 00:00:00 2001
From: BilalAhmed_358 <ahmedkhanbilal358@gmail.com>
Date: Wed, 21 Jun 2023 12:35:16 +0500
Subject: [PATCH] docs: Removed old documentation link in docs/Snippets.md,
 replaced it with link to latest documentation

---
 docs/Snippets.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Snippets.md b/docs/Snippets.md
index 135e201..1d7a40b 100644
--- a/docs/Snippets.md
+++ b/docs/Snippets.md
@@ -13,7 +13,7 @@ I.E. `tsrcc`
 
 ### React Hooks
 
-- Hooks from [official docs](https://reactjs.org/docs/hooks-reference.html) are added with hook name as prefix.
+- Hooks from [official docs](https://react.dev/blog/2023/03/16/introducing-react-dev) are added with hook name as prefix.
 
 ### Basic Methods