From a4ad5f6bee60600832391467d8962ea6fa96363d Mon Sep 17 00:00:00 2001 From: Stanley Chan Date: Thu, 27 Nov 2014 10:05:14 -0500 Subject: 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. --- runtime/doc/job_control.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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 ============================================================================== -- cgit