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
@@ -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).
+3 -3
View File
@@ -1,4 +1,4 @@
![](https://github.com/Samsung/jerryscript/blob/master/LOGO.png) ![](https://github.com/jerryscript-project/jerryscript/blob/master/LOGO.png)
# JerryScript: JavaScript engine for the Internet of Things # JerryScript: JavaScript engine for the Internet of Things
[![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE)
[![Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-project/jerryscript) [![Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](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
``` ```
+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: 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:
+1 -1
View File
@@ -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