added a note about regex and custom routes
diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html
index 6f94b4b..fe4efa3 100644
--- a/user_guide/general/routing.html
+++ b/user_guide/general/routing.html
@@ -159,13 +159,7 @@
<p>This route lets you set a secret word, which when present in the URL, triggers the scaffolding feature.
Please read the <a href="scaffolding.html">Scaffolding</a> page for details.</p>
-
-
-
-
-
-
-
+<p class="important"><strong>Important:</strong> The reserved routes must come before any wildcard or regular expression routes.</p>
</div>
<!-- END CONTENT -->