diff --git a/docs/1. Initializing/1.4. git.md b/docs/1. Initializing/1.4. git.md index a55b269..fb1d241 100644 --- a/docs/1. Initializing/1.4. git.md +++ b/docs/1. Initializing/1.4. git.md @@ -87,7 +87,7 @@ Adhering to these practices ensures your repository remains streamlined, contain ## Git additional resources -- **[`.gitignore example from the MLOps Python Package](https://github.com/fmind/mlops-python-package/blob/main/.gitignore)** +- **[`.gitignore` example from the MLOps Python Package](https://github.com/fmind/mlops-python-package/blob/main/.gitignore)** - [About Git](https://docs.github.com/en/get-started/using-git/about-git) - [Git Tutorial on W3Schools](https://www.w3schools.com/git/) - [gittutorial - A tutorial introduction to Git](https://git-scm.com/docs/gittutorial)