aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorStanley Chan <pocketgamer5000@gmail.com>2014-11-27 10:05:14 -0500
committerStanley Chan <pocketgamer5000@gmail.com>2014-11-27 10:05:14 -0500
commita4ad5f6bee60600832391467d8962ea6fa96363d (patch)
tree391a7652c1f15fbdeb405b5c6a587de8e334a12b /runtime
parentcc768bed6cabe1e47e9447e9ea04ef144fdbafe8 (diff)
downloadrneovim-a4ad5f6bee60600832391467d8962ea6fa96363d.tar.gz
rneovim-a4ad5f6bee60600832391467d8962ea6fa96363d.tar.bz2
rneovim-a4ad5f6bee60600832391467d8962ea6fa96363d.zip
Change refs for joyent/libuv repo to libuv/libuv
* References to old repository found through grepping * Replace references from github.com/joyent/libuv to github.com/libuv/libuv * Fix previous commit by not including whitespace changes For issue #1560.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/job_control.txt2
1 files changed, 1 insertions, 1 deletions
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
==============================================================================