summaryrefslogtreecommitdiff
path: root/deps/uv/docs
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2014-11-26 22:37:41 +0100
committerTrevor Norris <trev.norris@gmail.com>2014-11-26 15:56:48 -0800
commit69904c8a7838ce4ef4023bb4b980bf87531d74ad (patch)
treebb127f6206470a46f66e7905d2d131141e49e276 /deps/uv/docs
parentbf3e0f417bbf4ba749730a76dd36a3e59d44da3e (diff)
downloadandroid-node-v8-69904c8a7838ce4ef4023bb4b980bf87531d74ad.tar.gz
android-node-v8-69904c8a7838ce4ef4023bb4b980bf87531d74ad.tar.bz2
android-node-v8-69904c8a7838ce4ef4023bb4b980bf87531d74ad.zip
deps: update libuv to 1.0.1
PR-URL: https://github.com/joyent/node/pull/8785 Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'deps/uv/docs')
-rw-r--r--deps/uv/docs/src/handle.rst2
-rw-r--r--deps/uv/docs/src/index.rst6
-rw-r--r--deps/uv/docs/src/request.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/deps/uv/docs/src/handle.rst b/deps/uv/docs/src/handle.rst
index 4dcfc3dd90..6ba597a21a 100644
--- a/deps/uv/docs/src/handle.rst
+++ b/deps/uv/docs/src/handle.rst
@@ -6,7 +6,7 @@
`uv_handle_t` is the base type for all libuv handle types.
-Strcutures are aligned so that any libuv handle can be cast to `uv_handle_t`.
+Structures are aligned so that any libuv handle can be cast to `uv_handle_t`.
All API functions defined here work with any handle type.
diff --git a/deps/uv/docs/src/index.rst b/deps/uv/docs/src/index.rst
index a8f00dab38..9cdc494aec 100644
--- a/deps/uv/docs/src/index.rst
+++ b/deps/uv/docs/src/index.rst
@@ -11,13 +11,13 @@ was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_,
.. note::
In case you find errors in this documentation you can help by sending
- `pull requests <https://github.com/joyent/libuv>`_!
+ `pull requests <https://github.com/libuv/libuv>`_!
.. _Node.js: http://nodejs.org
.. _Luvit: http://luvit.io
.. _Julia: http://julialang.org
.. _pyuv: https://github.com/saghul/pyuv
-.. _others: https://github.com/joyent/libuv/wiki/Projects-that-use-libuv
+.. _others: https://github.com/libuv/libuv/wiki/Projects-that-use-libuv
Features
@@ -46,7 +46,7 @@ libuv can be downloaded from `here <http://dist.libuv.org/dist/>`_.
Installation
------------
-Installation instructions can be found on `the README <https://github.com/joyent/libuv/blob/master/README.md>`_.
+Installation instructions can be found on `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.
Upgrading
diff --git a/deps/uv/docs/src/request.rst b/deps/uv/docs/src/request.rst
index 29c1277924..2f58d46b14 100644
--- a/deps/uv/docs/src/request.rst
+++ b/deps/uv/docs/src/request.rst
@@ -6,7 +6,7 @@
`uv_req_t` is the base type for all libuv request types.
-Strcutures are aligned so that any libuv request can be cast to `uv_req_t`.
+Structures are aligned so that any libuv request can be cast to `uv_req_t`.
All API functions defined here work with any request type.