changed your-site.com to example.com doc-wide
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index 5831735..5ac2768 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -194,7 +194,7 @@
 

 <p>To try your form, visit your site using a URL similar to this one:</p>

 

-<code>www.your-site.com/index.php/<var>upload</var>/</code>

+<code>example.com/index.php/<var>upload</var>/</code>

 

 <p>You should see an upload form. Try uploading an image file (either a jpg, gif, or png). If the path in your

 controller is correct it should work.</p>