aboutsummaryrefslogtreecommitdiff
path: root/doc/url.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2011-05-25 20:57:22 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2011-05-25 20:57:22 +0000
commit3a8ba90dfb0c2eb224f317dd692ede426691e72a (patch)
treefe1cc5379a2e0e031663fe9c15d908653844bc73 /doc/url.html
parentbce60be30fe8e9c1b0eb33128c23c93d7bca5303 (diff)
downloadluasocket-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.html5
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 @@
42The <tt>url</tt> namespace provides functions to parse, protect, 42The <tt>url</tt> namespace provides functions to parse, protect,
43and build URLs, as well as functions to compose absolute URLs 43and build URLs, as well as functions to compose absolute URLs
44from base and relative URLs, according to 44from 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>.
462396</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>
92Note: The rules that 91Note: The rules that
93govern the composition are fairly complex, and are described in detail in 92govern 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>.
95The example bellow should give an idea of what the rules are. 94The example bellow should give an idea of what the rules are.
96</p> 95</p>
97 96