diff options
author | Jameson Nash <vtjnash@gmail.com> | 2021-06-22 13:23:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 13:23:59 -0400 |
commit | 9ec6bb914febbd392b10bb9e774e25a7a15737c3 (patch) | |
tree | c843611cc730dc173d2f2089eb721ca5b969deb5 /docs/src | |
parent | 103dbaede33d5818b0795a05b319661c4d3b7d46 (diff) | |
download | libuv-9ec6bb914febbd392b10bb9e774e25a7a15737c3.tar.gz libuv-9ec6bb914febbd392b10bb9e774e25a7a15737c3.zip |
docs: move list of project links under PR control
Copied from
https://github.com/libuv/libuv/wiki/Projects-that-use-libuv, since the
wiki was vulnerable to spam content.
PR-URL: https://github.com/libuv/libuv/pull/3204
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/guide/introduction.rst | 2 | ||||
-rw-r--r-- | docs/src/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/guide/introduction.rst b/docs/src/guide/introduction.rst index 0a3af434..0656e4d8 100644 --- a/docs/src/guide/introduction.rst +++ b/docs/src/guide/introduction.rst @@ -72,4 +72,4 @@ There is no need to ``make install``. To build the examples run ``make`` in the .. _node.js: https://www.nodejs.org .. _libev was removed: https://github.com/joyent/libuv/issues/485 .. _Rust: https://www.rust-lang.org -.. _variety: https://github.com/libuv/libuv/wiki/Projects-that-use-libuv +.. _variety: https://github.com/libuv/libuv/blob/v1.x/LINKS.md diff --git a/docs/src/index.rst b/docs/src/index.rst index f696dc16..4b5d4d2c 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -17,7 +17,7 @@ was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_, .. _Luvit: https://luvit.io .. _Julia: https://julialang.org .. _pyuv: https://github.com/saghul/pyuv -.. _others: https://github.com/libuv/libuv/wiki/Projects-that-use-libuv +.. _others: https://github.com/libuv/libuv/blob/v1.x/LINKS.md Features |