diff options
author | John Szakmeister <john@szakmeister.net> | 2014-11-27 14:52:15 -0500 |
---|---|---|
committer | John Szakmeister <john@szakmeister.net> | 2014-11-27 14:52:15 -0500 |
commit | 98b11f5db3a99ef633ad77ddc6b22dc428873e95 (patch) | |
tree | 010282d7e2c3db782e22ff4f86ee862436bdbe7d /runtime | |
parent | dca8853f0031ab7ac960037d3b848107355d7056 (diff) | |
parent | a4ad5f6bee60600832391467d8962ea6fa96363d (diff) | |
download | rneovim-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.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/job_control.txt | 2 |
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 ============================================================================== |