diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-03 16:14:36 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-03 16:14:36 +0200 |
commit | e370a35a97bda85b03dca973e6eaf28343b43219 (patch) | |
tree | a20be3a37f6cbd4aa1c89c3f10f1328a2872bf30 | |
parent | c39d202d35f76f8a85f357d6e86a2223258d6c07 (diff) |
example error fix
-rw-r--r-- | user_guide/general/controllers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 72acd9609..a05ee1464 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -305,7 +305,7 @@ located here:</p> <p>To call the above controller your URI will look something like this:</p>
-<code>www.your-site.com/index.php/products/shoes/123</code>
+<code>www.your-site.com/index.php/products/shoes/show/123</code>
<p>Each of your sub-folders may contain a default controller which will be
called if the URL contains only the sub-folder. Simply name your default controller as specified in your
|