diff options
Diffstat (limited to 'doc/url.html')
| -rw-r--r-- | doc/url.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/url.html b/doc/url.html index 303e05d..9f234d9 100644 --- a/doc/url.html +++ b/doc/url.html | |||
| @@ -42,8 +42,7 @@ | |||
| 42 | The <tt>url</tt> namespace provides functions to parse, protect, | 42 | The <tt>url</tt> namespace provides functions to parse, protect, |
| 43 | and build URLs, as well as functions to compose absolute URLs | 43 | and build URLs, as well as functions to compose absolute URLs |
| 44 | from base and relative URLs, according to | 44 | from base and relative URLs, according to |
| 45 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2396.txt">RFC | 45 | <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>. |
| 46 | 2396</a>. | ||
| 47 | </p> | 46 | </p> |
| 48 | 47 | ||
| 49 | <p> | 48 | <p> |
| @@ -91,7 +90,7 @@ The function returns a string with the absolute URL. | |||
| 91 | <p class=note> | 90 | <p class=note> |
| 92 | Note: The rules that | 91 | Note: The rules that |
| 93 | govern the composition are fairly complex, and are described in detail in | 92 | govern the composition are fairly complex, and are described in detail in |
| 94 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2396.txt">RFC 2396</a>. | 93 | <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>. |
| 95 | The example bellow should give an idea of what the rules are. | 94 | The example bellow should give an idea of what the rules are. |
| 96 | </p> | 95 | </p> |
| 97 | 96 | ||
