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:
+1
-1
@@ -24,7 +24,7 @@ You should use your real name and email address in the format below:
|
|||||||
|
|
||||||
"JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the right to submit the patch for inclusion into the project. It is an agreement to the JerryScript [Developer's Certificate of Origin](DCO.md). **Code without a proper signoff cannot be merged into the mainline.**
|
"JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the right to submit the patch for inclusion into the project. It is an agreement to the JerryScript [Developer's Certificate of Origin](DCO.md). **Code without a proper signoff cannot be merged into the mainline.**
|
||||||
|
|
||||||
### 3. Open a GitHub [pull request](https://github.com/Samsung/jerryscript/pulls)
|
### 3. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls)
|
||||||
|
|
||||||
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
|
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
# JerryScript: JavaScript engine for the Internet of Things
|
# JerryScript: JavaScript engine for the Internet of Things
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://travis-ci.org/jerryscript-project/jerryscript)
|
[](https://travis-ci.org/jerryscript-project/jerryscript)
|
||||||
@@ -13,7 +13,7 @@ Key characteristics of JerryScript:
|
|||||||
* Snapshot support for precompiling JavaScript source code to byte code
|
* Snapshot support for precompiling JavaScript source code to byte code
|
||||||
* Mature C API, easy to embed in applications
|
* Mature C API, easy to embed in applications
|
||||||
|
|
||||||
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/Samsung/jerryscript/wiki).
|
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki).
|
||||||
|
|
||||||
IRC channel: #jerryscript on [freenode](https://freenode.net)
|
IRC channel: #jerryscript on [freenode](https://freenode.net)
|
||||||
Mailing list: jerryscript-dev@gna.org, you can subscribe [here](https://mail.gna.org/listinfo/jerryscript-dev) and access the mailing list archive [here](https://mail.gna.org/public/jerryscript-dev).
|
Mailing list: jerryscript-dev@gna.org, you can subscribe [here](https://mail.gna.org/listinfo/jerryscript-dev) and access the mailing list archive [here](https://mail.gna.org/public/jerryscript-dev).
|
||||||
@@ -21,7 +21,7 @@ Mailing list: jerryscript-dev@gna.org, you can subscribe [here](https://mail.gna
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
### Getting the sources
|
### Getting the sources
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Samsung/jerryscript.git
|
git clone https://github.com/jerryscript-project/jerryscript.git
|
||||||
cd jerryscript
|
cd jerryscript
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
Once you have all of your dependencies installed, you can build the project as follows:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Samsung/jerryscript
|
git clone https://github.com/jerryscript-project/jerryscript
|
||||||
cd jerryscript/targets/mbedos5
|
cd jerryscript/targets/mbedos5
|
||||||
make getlibs
|
make getlibs
|
||||||
# NRF52 Development Kit:
|
# NRF52 Development Kit:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Clone JerryScript and NuttX into jerry-nuttx directory
|
|||||||
```
|
```
|
||||||
mkdir jerry-nuttx
|
mkdir jerry-nuttx
|
||||||
cd 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/nuttx.git
|
||||||
git clone https://bitbucket.org/nuttx/apps.git
|
git clone https://bitbucket.org/nuttx/apps.git
|
||||||
git clone https://github.com/texane/stlink.git
|
git clone https://github.com/texane/stlink.git
|
||||||
|
|||||||
Reference in New Issue
Block a user