diff --git a/index.qmd b/index.qmd
index f39f52cadd378a953aa6ae29f62a16be3354d211..3a35047ecd719f4d8c2fe49a59786353ac2594f2 100755
--- a/index.qmd
+++ b/index.qmd
@@ -413,7 +413,7 @@ Why you should never commit data to Git:
 Data should never be committed into your Git repositories. This is because git was designed to version small files of source code; committing data, a different category of things from source code, into your repositories will first and foremost lead to repository size bloat. Also, committing data into repositories means the data get shipped alongside the source code to anybody who has access to the source code. This might not necessarily be in-line with organizational practices.
 :::
 
-# Time to work on your data
+# Time to work on your scripts
 
 
 Import scripts of your own project on gitlab.