From 1193f5ed3f989290f4cc45533041c495833d6591 Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Fri, 27 Oct 2017 12:43:05 -0700
Subject: [PATCH] Fix references to "QUnit"

---
 docs/api/interfaces.md     | 2 +-
 docs/framework/backbone.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/api/interfaces.md b/docs/api/interfaces.md
index 54ca9456..6074c052 100644
--- a/docs/api/interfaces.md
+++ b/docs/api/interfaces.md
@@ -63,7 +63,7 @@ These requests are different to doing a Chained API call as they are making simu
 
 #### Tests
 
-Qunit tests for `CRM.api3` can be found in [/tests/qunit/crm-api3](https://github.com/civicrm/civicrm-core/tree/master/tests/qunit/crm-api3).
+[QUnit](/testing/qunit.md) tests for `CRM.api3` can be found in [/tests/qunit/crm-api3](https://github.com/civicrm/civicrm-core/tree/master/tests/qunit/crm-api3).
 
 You can run the tests within a web browser by visiting `/civicrm/dev/qunit/civicrm/crm-api3` within a CiviCRM [development installation](/tools/civibuild.md).
 
diff --git a/docs/framework/backbone.md b/docs/framework/backbone.md
index 0a9dfe9a..41115536 100644
--- a/docs/framework/backbone.md
+++ b/docs/framework/backbone.md
@@ -297,7 +297,7 @@ emails.save(...);
 
 ## Unit Tests
 
-The CiviCRM Backbone plugins are tested with qUnit. To run the
+The CiviCRM Backbone plugins are tested with [QUnit](/testing/qunit.md). To run the
 unit-tests, use a web-browser to connect to a CiviCRM installation
 (`http://local.example.com`) and request the following:
 
-- 
GitLab