diff --git a/docs/extensions/civix.md b/docs/extensions/civix.md
index 8c185933db55d121bbdd82602b62964898016729..dbfe0bc0c2742d06f618d1adffb3f3f3e8e0e6db 100644
--- a/docs/extensions/civix.md
+++ b/docs/extensions/civix.md
@@ -1,11 +1,5 @@
 # Civix
 
-!!! caution "Notice: page undergoing migration"
-    This page started
-    [here in the wiki](https://wiki.civicrm.org/confluence/display/CRMDOC/Create+a+Module+Extension).
-    We have not yet transferred all of the script snippets, so you may wish to
-    peruse this page as well.
-
 ## Introduction
 
 The [`civix`](https://github.com/totten/civix/) command-line tool is the
@@ -172,7 +166,7 @@ This creates three files:
     [the smarty guide](http://www.smarty.net/docsv2/en/).
 
 The auto-generated code for the controller and view demonstrate a few
-basic operations, such as adding a `<SELECT\>` element to the form.
+basic operations, such as adding a `<select>` element to the form.
 
 !!! note
     After adding or modifying a route in the XML file, you must reset
@@ -241,7 +235,7 @@ command:
 civix help generate:case-type
 ```
 
-This reports that civix expects a `<Label>` argument and an optional name:
+This reports that civix expects a label argument and an optional name:
 
 ```bash
 civix generate:case-type "Volunteer Training" Training
@@ -324,7 +318,7 @@ then:
 
 1. Renamed the `xml/auto_install.xml` to
  `templates/hremerg-customdata.xml.tpl`
-2. Changed the value of `<extends_entity_column_value\>` in the
+2. Changed the value of `<extends_entity_column_value>` in the
   `.tpl file` using  a variable instead of a hard-coded type ID.
 3. Added logic in the upgrader to create the relationship type
 4. Added logic in the upgrader to evaluate the Smarty template
diff --git a/redirects/wiki-crmdoc.txt b/redirects/wiki-crmdoc.txt
index 8bc6160e6b4e14da98d4264fb475bbd45f60d24a..339b3498336bd10e9ee0119124fa98022d04312b 100644
--- a/redirects/wiki-crmdoc.txt
+++ b/redirects/wiki-crmdoc.txt
@@ -6,4 +6,5 @@ Before+you+start basics/planning
 Recommendations basics/planning
 The+codebase core/architecture
 Debugging+for+developers dev-tools/debugging
+The+developer+community extensions/civix