noted that "location" was the default redirect method in the userguide
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index 08e6f7d..74801f4 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -237,7 +237,7 @@
to the controller you want to direct to. The function will build the URL based on your config file values.</p>
<p>The second parameter allows you to choose between the "location"
-method or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:</p>
+method (default) or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:</p>
<code>if ($logged_in == FALSE)<br />
{<br />