summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-06-26 19:05:55 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-06-26 19:05:55 +0200
commitff845f94cc8876bc6c23c2f55b695bc569038512 (patch)
tree758d7880dabce6b0c89eb79bc11a60699c52b2fb /system/libraries
parent85f66ea6d2291c77a937305457592e24c85425ae (diff)
changed your-site.com to example.com doc-wide
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/URI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/URI.php b/system/libraries/URI.php
index 8d979d0d2..c3dfef1d8 100644
--- a/system/libraries/URI.php
+++ b/system/libraries/URI.php
@@ -296,7 +296,7 @@ class CI_URI {
* This function generates and associative array of URI data starting
* at the supplied segment. For example, if this is your URI:
*
- * www.your-site.com/user/search/name/joe/location/UK/gender/male
+ * example.com/user/search/name/joe/location/UK/gender/male
*
* You can use this function to generate an array with this prototype:
*