diff --git a/docs/framework/civireport.md b/docs/framework/civireport.md
index a315c9f721822285fa7e0d1457b30123e85edbcc..323253230d0543bde3f10a648534470aadab2769 100644
--- a/docs/framework/civireport.md
+++ b/docs/framework/civireport.md
@@ -2,7 +2,7 @@
 
 ## Introduction
 
-CiviCRM Comes with a number of standard report templates which can be useful. Extensions such as CiviVisulise have added on capabilities to the CiviReport functionality. This guide will go through the process of developers creating their own new custom report template. Reports in CiviCRM are built based off php report templates.
+CiviCRM Comes with a number of standard report templates which can be useful. Extensions such as [CiviVisualize](https://civicrm.org/extensions/civisualize-missing-data-visualization-extension) have added on capabilities to the CiviReport functionality. This guide will go through the process of developers creating their own new custom report template. Reports in CiviCRM are built based off php report templates.
 
 ## Generating Report Template