doc,build,include: update project links
The project home has moved from https://github.com/joyent/libuv to https://github.com/libuv/libuv. Update the links inside the repo.
This commit is contained in:
parent
156069130f
commit
7ce1113885
@ -6,13 +6,13 @@ through the process.
|
|||||||
|
|
||||||
### FORK
|
### FORK
|
||||||
|
|
||||||
Fork the project [on GitHub](https://github.com/joyent/libuv) and check out
|
Fork the project [on GitHub](https://github.com/libuv/libuv) and check out
|
||||||
your copy.
|
your copy.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/username/libuv.git
|
$ git clone https://github.com/username/libuv.git
|
||||||
$ cd libuv
|
$ cd libuv
|
||||||
$ git remote add upstream https://github.com/joyent/libuv.git
|
$ git remote add upstream https://github.com/libuv/libuv.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Now decide if you want your feature or bug fix to go into the master branch
|
Now decide if you want your feature or bug fix to go into the master branch
|
||||||
@ -160,7 +160,7 @@ feature branch. Post a comment in the pull request afterwards; GitHub does
|
|||||||
not send out notifications when you add commits.
|
not send out notifications when you add commits.
|
||||||
|
|
||||||
|
|
||||||
[issue tracker]: https://github.com/joyent/libuv/issues
|
[issue tracker]: https://github.com/libuv/libuv/issues
|
||||||
[libuv mailing list]: http://groups.google.com/group/libuv
|
[libuv mailing list]: http://groups.google.com/group/libuv
|
||||||
[IRC]: http://webchat.freelibuv.net/?channels=libuv
|
[IRC]: http://webchat.freelibuv.net/?channels=libuv
|
||||||
[Google C/C++ style guide]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
|
[Google C/C++ style guide]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
libuv is a multi-platform support library with a focus on asynchronous I/O. It
|
||||||
was primarily developed for use by [Node.js](http://nodejs.org), but it's also
|
was primarily developed for use by [Node.js](http://nodejs.org), but it's also
|
||||||
used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/),
|
used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/),
|
||||||
[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv).
|
[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/libuv/libuv/wiki/Projects-that-use-libuv).
|
||||||
|
|
||||||
## Feature highlights
|
## Feature highlights
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ Documentation can be browsed online [here](http://docs.libuv.org).
|
|||||||
— An overview of libuv with tutorials.
|
— An overview of libuv with tutorials.
|
||||||
* [LXJS 2012 talk](http://www.youtube.com/watch?v=nGn60vDSxQ4)
|
* [LXJS 2012 talk](http://www.youtube.com/watch?v=nGn60vDSxQ4)
|
||||||
— High-level introductory talk about libuv.
|
— High-level introductory talk about libuv.
|
||||||
* [Tests and benchmarks](https://github.com/joyent/libuv/tree/master/test)
|
* [Tests and benchmarks](https://github.com/libuv/libuv/tree/master/test)
|
||||||
— API specification and usage examples.
|
— API specification and usage examples.
|
||||||
* [libuv-dox](https://github.com/thlorenz/libuv-dox)
|
* [libuv-dox](https://github.com/thlorenz/libuv-dox)
|
||||||
— Documenting types and methods of libuv, mostly by reading uv.h.
|
— Documenting types and methods of libuv, mostly by reading uv.h.
|
||||||
@ -181,5 +181,5 @@ See the [guidelines for contributing][].
|
|||||||
[GYP]: http://code.google.com/p/gyp/
|
[GYP]: http://code.google.com/p/gyp/
|
||||||
[Python]: https://www.python.org/downloads/
|
[Python]: https://www.python.org/downloads/
|
||||||
[Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express
|
[Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express
|
||||||
[guidelines for contributing]: https://github.com/joyent/libuv/blob/master/CONTRIBUTING.md
|
[guidelines for contributing]: https://github.com/libuv/libuv/blob/master/CONTRIBUTING.md
|
||||||
[libuv_banner]: https://raw.githubusercontent.com/joyent/libuv/master/img/banner.png
|
[libuv_banner]: https://raw.githubusercontent.com/libuv/libuv/master/img/banner.png
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([libuv], [1.0.0], [https://github.com/joyent/libuv/issues])
|
AC_INIT([libuv], [1.0.0], [https://github.com/libuv/libuv/issues])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
m4_include([m4/libuv-extra-automake-flags.m4])
|
m4_include([m4/libuv-extra-automake-flags.m4])
|
||||||
m4_include([m4/as_case.m4])
|
m4_include([m4/as_case.m4])
|
||||||
|
|||||||
@ -11,13 +11,13 @@ was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_,
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
In case you find errors in this documentation you can help by sending
|
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
|
.. _Node.js: http://nodejs.org
|
||||||
.. _Luvit: http://luvit.io
|
.. _Luvit: http://luvit.io
|
||||||
.. _Julia: http://julialang.org
|
.. _Julia: http://julialang.org
|
||||||
.. _pyuv: https://github.com/saghul/pyuv
|
.. _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
|
Features
|
||||||
@ -46,7 +46,7 @@ libuv can be downloaded from `here <http://dist.libuv.org/dist/>`_.
|
|||||||
Installation
|
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
|
Upgrading
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
* IN THE SOFTWARE.
|
* IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* See https://github.com/joyent/libuv#documentation for documentation. */
|
/* See https://github.com/libuv/libuv#documentation for documentation. */
|
||||||
|
|
||||||
#ifndef UV_H
|
#ifndef UV_H
|
||||||
#define UV_H
|
#define UV_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user