aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-11-27 14:52:15 -0500
committerJohn Szakmeister <john@szakmeister.net>2014-11-27 14:52:15 -0500
commit98b11f5db3a99ef633ad77ddc6b22dc428873e95 (patch)
tree010282d7e2c3db782e22ff4f86ee862436bdbe7d
parentdca8853f0031ab7ac960037d3b848107355d7056 (diff)
parenta4ad5f6bee60600832391467d8962ea6fa96363d (diff)
downloadrneovim-98b11f5db3a99ef633ad77ddc6b22dc428873e95.tar.gz
rneovim-98b11f5db3a99ef633ad77ddc6b22dc428873e95.tar.bz2
rneovim-98b11f5db3a99ef633ad77ddc6b22dc428873e95.zip
Merge pull request #1562 from Happy-Dude/fix-1560-libuv-refs
Change refs for joyent/libuv repo to libuv/libuv.
-rw-r--r--README.md2
-rw-r--r--runtime/doc/job_control.txt2
-rw-r--r--third-party/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 91bbe7bb9b..0db2a817c3 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ For lots more details, see
### What's being worked on now
-- Port all IO to [libuv](https://github.com/joyent/libuv/blob/master/README.md)
+- Port all IO to [libuv](https://github.com/libuv/libuv/blob/master/README.md)
- Lots of refactoring
- A VimL => Lua transpiler
diff --git a/runtime/doc/job_control.txt b/runtime/doc/job_control.txt
index 226244875d..f381d5ad66 100644
--- a/runtime/doc/job_control.txt
+++ b/runtime/doc/job_control.txt
@@ -31,7 +31,7 @@ facilities for calling with external commands, job control does not depend
on installed shells, calling OS functions for process management directly.
Internally, Nvim job control is powered by libuv, which has a nice
-cross-platform API for managing processes. See https://github.com/joyent/libuv
+cross-platform API for managing processes. See https://github.com/libuv/libuv
for details
==============================================================================
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 39bd31896e..83c2cfdc61 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -51,7 +51,7 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.28.tar.gz)
+set(LIBUV_URL https://github.com/libuv/libuv/archive/v0.11.28.tar.gz)
set(LIBUV_SHA1 3b70b65467ee693228b8b8385665a52690d74092)
set(LIBUV_MD5 1a849ba4fc571d531482ed74bc7aabc4)