aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorDániel Bátyai <dbatyai@inf.u-szeged.hu>2019-07-09 19:13:57 +0200
committerRobert Fancsik <frobert@inf.u-szeged.hu>2019-07-09 19:13:57 +0200
commit04d5d56a689c64fe266ab398edcc8127a64c20cd (patch)
treeba8e99fabd3d2274f5fb029f4b897aa9ff376a1c /targets
parentef5dd5c698f3f23b05498e900468fea6003ec027 (diff)
Fix URLs in the repository after organization switch (#2955)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
Diffstat (limited to 'targets')
-rw-r--r--targets/nuttx-stm32f4/README.md2
-rw-r--r--targets/tizenrt-artik053/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/targets/nuttx-stm32f4/README.md b/targets/nuttx-stm32f4/README.md
index c304b279..3038d57a 100644
--- a/targets/nuttx-stm32f4/README.md
+++ b/targets/nuttx-stm32f4/README.md
@@ -13,7 +13,7 @@ Clone the necessary projects into a `jerry-nuttx` directory. The last tested wor
# Create a base folder for all the projects.
mkdir jerry-nuttx && cd jerry-nuttx
-git clone https://github.com/pando-project/jerryscript.git
+git clone https://github.com/jerryscript-project/jerryscript.git
git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.28
git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.28
git clone https://github.com/texane/stlink.git -b v1.5.1
diff --git a/targets/tizenrt-artik053/README.md b/targets/tizenrt-artik053/README.md
index fac31c7c..80544d92 100644
--- a/targets/tizenrt-artik053/README.md
+++ b/targets/tizenrt-artik053/README.md
@@ -12,7 +12,7 @@ If you are in a hurry, run the following commands:
$ sudo apt-add-repository -y "ppa:team-gcc-arm-embedded/ppa"
$ sudo apt-get update
$ sudo apt-get install gcc-arm-embedded genromfs
-$ git clone https://github.com/pando-project/jerryscript.git
+$ git clone https://github.com/jerryscript-project/jerryscript.git
$ cd jerryscript
$ make -f targets/tizenrt-artik053/Makefile.travis install
$ make -f targets/tizenrt-artik053/Makefile.travis script
@@ -40,7 +40,7 @@ $ export PATH=<Your Toolchain PATH>:$PATH
```
$ mkdir jerry-tizenrt
$ cd jerry-tizenrt
-$ git clone https://github.com/pando-project/jerryscript.git
+$ git clone https://github.com/jerryscript-project/jerryscript.git
$ git clone https://github.com/Samsung/TizenRT.git -b 2.0_Public_M2
```