diff options
Diffstat (limited to 'user_guide/libraries/uri.html')
-rw-r--r-- | user_guide/libraries/uri.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 75f575453..97275f0f6 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -68,7 +68,7 @@ also retrieve information about the re-routed segments.</p> <p>Permits you to retrieve a specific segment. Where <var>n</var> is the segment number you wish to retrieve.
Segments are numbered from left to right. For example, if your full URL is this:</p>
-<code>http://www.your-site.com/index.php/news/local/metro/crime_is_up</code>
+<code>http://example.com/index.php/news/local/metro/crime_is_up</code>
<p>The segment numbers would be this:</p>
@@ -187,7 +187,7 @@ $str = $this->uri->assoc_to_uri($array);<br /> <p>Returns a string with the complete URI. For example, if this is your full URL:</p>
-<code>http://www.your-site.com/index.php/news/local/345</code>
+<code>http://example.com/index.php/news/local/345</code>
<p>The function would return this:</p>
|