From 0100cdab858c53fa63f903ac8cfac8048d5b060c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Vuuren?= <9696905+DanielvV@users.noreply.github.com> Date: Wed, 15 Nov 2017 16:30:26 +0100 Subject: [PATCH] CiviVisulise to CiviVisualize + link --- docs/framework/civireport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/civireport.md b/docs/framework/civireport.md index a315c9f7..32325323 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 -- GitLab