Update various repository references across the project to be in sync with the new repository location. (#1448)

JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com
This commit is contained in:
Tilmann Scheller
2016-11-25 10:34:22 +01:00
committed by GitHub
parent 0d07b21d4b
commit 813a7020af
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ information on how to install pip.)
Once you have all of your dependencies installed, you can build the project as follows:
```bash
git clone https://github.com/Samsung/jerryscript
git clone https://github.com/jerryscript-project/jerryscript
cd jerryscript/targets/mbedos5
make getlibs
# NRF52 Development Kit:
+1 -1
View File
@@ -12,7 +12,7 @@ Clone JerryScript and NuttX into jerry-nuttx directory
```
mkdir jerry-nuttx
cd jerry-nuttx
git clone https://github.com/Samsung/jerryscript.git
git clone https://github.com/jerryscript-project/jerryscript.git
git clone https://bitbucket.org/nuttx/nuttx.git
git clone https://bitbucket.org/nuttx/apps.git
git clone https://github.com/texane/stlink.git