From bc3953c1e16e889d85af45aef6040ea77685586f Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Mon, 31 Jul 2017 10:17:27 -0600 Subject: [PATCH] Fix internal link syntax --- docs/extensions/civix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/civix.md b/docs/extensions/civix.md index 6cb3d3a0..4178d1cb 100644 --- a/docs/extensions/civix.md +++ b/docs/extensions/civix.md @@ -684,4 +684,4 @@ how to write a test class: [org.civicrm.exampletests](https://github.com/totten/org.civicrm.exampletests) To run the tests see the instructions -[for running PHPUnit tests](/testing/phpunit/#running-tests). +[for running PHPUnit tests](/testing/phpunit.md#running-tests). -- GitLab