diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 222720d2c..8bb13f7ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.** -### 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). diff --git a/README.md b/README.md index 4acf1b0b3..719974d23 100644 --- a/README.md +++ b/README.md @@ -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 [![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) @@ -13,7 +13,7 @@ Key characteristics of JerryScript: * Snapshot support for precompiling JavaScript source code to byte code * 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) 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 ### Getting the sources ```bash -git clone https://github.com/Samsung/jerryscript.git +git clone https://github.com/jerryscript-project/jerryscript.git cd jerryscript ``` diff --git a/targets/mbedos5/README.md b/targets/mbedos5/README.md index 318153302..3e82420d8 100644 --- a/targets/mbedos5/README.md +++ b/targets/mbedos5/README.md @@ -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: diff --git a/targets/nuttx-stm32f4/README.md b/targets/nuttx-stm32f4/README.md index cc39ab1ab..01f9feac8 100644 --- a/targets/nuttx-stm32f4/README.md +++ b/targets/nuttx-stm32f4/README.md @@ -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