diff --git a/docs/Developer Documentation/Standard Conventions.md b/docs/Developer Documentation/Standard Conventions.md
index 2b63aa1..96d48c1 100644
--- a/docs/Developer Documentation/Standard Conventions.md	
+++ b/docs/Developer Documentation/Standard Conventions.md	
@@ -5,7 +5,7 @@ The following are some resources to consult when learning how to build a package
 
 - The site and documentation of the package maker (For example, if you want to make a Python package, you should refer to [python.org](https://python.org) for instructions on how to build and install it from scratch)
 - [Beyond Linux From Scratch (A.K.A BLFS)](https://linuxfromscratch.org/blfs/)
-- Search engines like [Google](https://www.google.com/) or [DuckDuckGo](https://duckduckgo.com/)
+- Search engines like [Brave](https://search.brave.com/) or [DuckDuckGo](https://duckduckgo.com/) (We dont recommend google as its really privacy invading)
 ## Standard Tools for Packages
 
 ***Work In Progress (WIP)*** - Currently, there are no standard tools recommended for use in packages.