From 0bdf6c73dd396df97792ef73516c9f02359223b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Frank=20J=2E=20G=C3=B3mez?= <frank@ginkgostreet.com>
Date: Sun, 8 Jan 2017 22:26:42 -0500
Subject: [PATCH] Put link to "Extension Reference" in better context.

---
 docs/extensions/basics.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/extensions/basics.md b/docs/extensions/basics.md
index 8ebe4a34..198cb856 100644
--- a/docs/extensions/basics.md
+++ b/docs/extensions/basics.md
@@ -52,9 +52,7 @@ different short-name, but that requires extra work.
 If you haven't already, you need to configure a local directory to store
 extensions.
 For instructions, see
-[Extensions](https://wiki.civicrm.org/confluence/display/CRMDOC/Extensions)
-You may also want to review the
-[Extension Reference](https://wiki.civicrm.org/confluence/display/CRMDOC/Extension+Reference) page for technical details.
+[Extensions](https://wiki.civicrm.org/confluence/display/CRMDOC/Extensions).
 
 ### 0. Decide
 Writing an extension is a great way to implement a new feature – but it may be
@@ -78,6 +76,10 @@ tasks.
 
 >> See [https://github.com/totten/civix/](https://github.com/totten/civix/)
 
+>> For more information on the boilerplate civix generates for you, in
+   particular the extension manifest file (info.xml), see the [Extension
+   Reference](https://wiki.civicrm.org/confluence/display/CRMDOC/Extension+Reference).
+
 ### 2. Develop
 To get started with development, one should usually follow the steps in
 "[Create a Module
-- 
GitLab