diff options
author | Stanley Chan <pocketgamer5000@gmail.com> | 2014-11-27 10:05:14 -0500 |
---|---|---|
committer | Stanley Chan <pocketgamer5000@gmail.com> | 2014-11-27 10:05:14 -0500 |
commit | a4ad5f6bee60600832391467d8962ea6fa96363d (patch) | |
tree | 391a7652c1f15fbdeb405b5c6a587de8e334a12b /README.md | |
parent | cc768bed6cabe1e47e9447e9ea04ef144fdbafe8 (diff) | |
download | rneovim-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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |