changed your-site.com to example.com doc-wide
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html
index 75f5754..97275f0 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -68,7 +68,7 @@
 <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 @@
 

 <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>