diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
commit | ff845f94cc8876bc6c23c2f55b695bc569038512 (patch) | |
tree | 758d7880dabce6b0c89eb79bc11a60699c52b2fb /system/application/config/routes.php | |
parent | 85f66ea6d2291c77a937305457592e24c85425ae (diff) |
changed your-site.com to example.com doc-wide
Diffstat (limited to 'system/application/config/routes.php')
-rw-r--r-- | system/application/config/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/routes.php b/system/application/config/routes.php index a05361e28..c95924832 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php @@ -9,7 +9,7 @@ | and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
-| www.your-site.com/class/method/id/
+| example.com/class/method/id/
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one
|