diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
commit | 3a8ba90dfb0c2eb224f317dd692ede426691e72a (patch) | |
tree | fe1cc5379a2e0e031663fe9c15d908653844bc73 /doc/url.html | |
parent | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (diff) | |
download | luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.gz luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.bz2 luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.zip |
Saving before big changes to support IPv6.
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 | ||