diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cca3a16f6e2eca0d21ec9663f55ae0bc30b06fb0..8c9959fcdbb727a3e92796367be32adf79e25d08 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ If you would like to contribute to the project you could do that in various ways
 
 Since there is no CI set at the moment to perform automated testing, you are highly encouraged to test your contributions as much as possible and even contribute some unit tests if this aligns with your contributed content.
 
-To try and maintain a coherent style in the codebase you are encouraged to use the template available in the [Templates](https://gitlab.com/in-nova/utilities/matlab) folder, although this is not necessary.  
+To try and maintain a coherent style in the codebase you are encouraged to use the template available in the [Templates]() folder, although this is not necessary.  
 Irrespective of style, it is highly advisable to name your variables in a meaningful manner and keep them as short as possible while still communicating their purpose. Comments are highly recommended in your code, especially where they can facilitate a better understanding of the code and the intent of the developer. Over-commented code is better than under-commented code.
 
 ## ***IMPORTANT***