From 2edc86d5743835eb957b25d73f6783454304c3af Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Sun, 5 Oct 2014 10:15:10 -0500 Subject: [PATCH] Fixed links The links were relative to github.com/creationix/nvm/master instead of the intended sites. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 1d0e440..3adb690 100644 --- a/README.markdown +++ b/README.markdown @@ -5,8 +5,8 @@ First you'll need to make sure your system has a c++ compiler. For OSX, XCode will work, for Ubuntu, the build-essential and libssl-dev packages work. Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/nvm/issues/284)). Two alternatives exist, which are not supported nor developed by us: - - [nvmw](hakobera/nvmw) - - [nvm-windows](coreybutler/nvm-windows) + - [nvmw](http://github.com/hakobera/nvmw) + - [nvm-windows](http://github.com/coreybutler/nvm-windows) ### Install script