From b9a3a4faf3ccb47676721d879973d96e517fddb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20J=2E=20G=C3=B3mez?= <frank@ginkgostreet.com> Date: Thu, 2 Nov 2017 11:22:22 -0400 Subject: [PATCH] Updated link to info.xml reference Page should not link to itself. --- docs/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/index.md b/docs/extensions/index.md index da383045..8a43976b 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -35,7 +35,7 @@ Some tasks in the process of writing an extension require boilerplate code. To r >> 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](/extensions/index.md). +>> For more information on the boilerplate civix generates for you, in particular the extension manifest file (info.xml), [read on](/extensions/info-xml.md). ### 2. Develop To get started with development, one should usually follow the steps in "[Create a Module Extension.](/extensions/civix.md#generate-module)". A module extension is the most flexible type of extension – it can define any mix of new reports, custom search screens, payment processors, and web pages; it can listen for hooks, override page-templates, and more. The coding -- GitLab