diff --git a/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md b/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md
index 8c06517..285baa1 100644
--- a/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md
+++ b/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md
@@ -15,7 +15,7 @@ author: ryilmaz
Photo by Pixabay on Pexels
## Introduction
-Are you annoyed by unrecognized UI changes? Are you still wasting time making sure your changes are not crashing something? Use BackstopJS as an option to improve your regression testing process locally and in your CI/CD process. We tried it out and developed this application that now makes our lives easier.
+Are you annoyed by unrecognized UI changes? Are you still wasting time making sure your changes are not crashing something? Use [BackstopJS](https://github.com/garris/BackstopJS) as an option to improve your regression testing process locally and in your CI/CD process. We tried it out and developed this application that now makes our lives easier.
## Usage of BackstopJS
BackstopJS runs through a predefined list of pages on a website, takes screenshots, and compares these screenshots to highlight any changes. It can be run locally and can be easily integrated into a pipeline.