diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index d0032cb4573673..e6cff0b64b3ff3 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -124,7 +124,7 @@ Run the following command in a Terminal: npm install -g react-native-cli ``` -> If you get an error like `Cannot find module 'npmlog'`, try installing npm directly: `curl -0 -L http://npmjs.org/install.sh | sudo sh`. +> If you get an error like `Cannot find module 'npmlog'`, try installing npm directly: `curl -0 -L https://npmjs.org/install.sh | sudo sh`. @@ -138,7 +138,7 @@ Run the following command in a Terminal: npm install -g react-native-cli ``` -> If you get an error like `Cannot find module 'npmlog'`, try installing npm directly: `curl -0 -L http://npmjs.org/install.sh | sudo sh`. +> If you get an error like `Cannot find module 'npmlog'`, try installing npm directly: `curl -0 -L https://npmjs.org/install.sh | sudo sh`.