summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/url_helper.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-25 12:53:16 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-25 12:53:16 +0100
commitb112a3eb94d19f91ee3b698f43f36fd17a06d9c3 (patch)
tree01c91d4bc3c69cd97691fafe1068f78cc6a35a0b /user_guide_src/source/helpers/url_helper.rst
parent8f5c1780706113c926bb7801db27dbae97d00fcf (diff)
parentbd2a7e4062fd97017c5b16beddc15b0c7fc38210 (diff)
Merge pull request #3698 from jim-parry/fix/links
[ci skip] Fixed user guide internal & external links to resolve problems reported ...
Diffstat (limited to 'user_guide_src/source/helpers/url_helper.rst')
-rw-r--r--user_guide_src/source/helpers/url_helper.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst
index 83864d9d3..64deae240 100644
--- a/user_guide_src/source/helpers/url_helper.rst
+++ b/user_guide_src/source/helpers/url_helper.rst
@@ -144,7 +144,7 @@ Available Functions
be a string or an array.
.. note:: If you are building links that are internal to your application
- do not include the base URL (http://...). This will be added
+ do not include the base URL (http&#58;//...). This will be added
automatically from the information specified in your config file.
Include only the URI segments you wish appended to the URL.
@@ -317,7 +317,7 @@ Available Functions
:returns: Protocol-prefixed URL string
:rtype: string
- This function will add http:// in the event that a protocol prefix
+ This function will add http&#58;// in the event that a protocol prefix
is missing from a URL.
Pass the URL string to the function like this::