From 7d1456e928001085d8561b92a9fe75f42592b340 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Sun, 26 Mar 2017 18:49:14 -0600
Subject: [PATCH] Update Smarty docs URL to current version

---
 docs/extensions/civix.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/extensions/civix.md b/docs/extensions/civix.md
index 13b6f0a8..45d201f2 100644
--- a/docs/extensions/civix.md
+++ b/docs/extensions/civix.md
@@ -111,7 +111,7 @@ This creates three files:
     automatically after the controller executes. It defines the markup
     that is eventually displayed. For more information on the syntax of
     this file, see
-    [the smarty guide](http://www.smarty.net/docsv2/en/).
+    [the smarty guide](http://www.smarty.net/docs/en/).
 
 The auto-generated code for the controller and view demonstrate a few
 basic operations, such as passing data from the controller to the view.
@@ -163,7 +163,7 @@ This creates three files:
     automatically after the controller executes. It defines the markup
     that is eventually displayed. For more information on the syntax of
     this file, see
-    [the smarty guide](http://www.smarty.net/docsv2/en/).
+    [the smarty guide](http://www.smarty.net/docs/en/).
 
 The auto-generated code for the controller and view demonstrate a few
 basic operations, such as adding a `<select>` element to the form.
-- 
GitLab