Skip to content

Commit a638eda

Browse files
hs0225haesik
authored andcommitted
Fix some broken links (#1903)
IoT.js-DCO-1.0-Signed-off-by: Kim HoSung hs852.kim@samsung.com
1 parent bc9a5da commit a638eda

16 files changed

+35
-35
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[submodule "deps/jerry"]
22
path = deps/jerry
3-
url = https://github.com/pando-project/jerryscript.git
3+
url = https://github.com/jerryscript-project/jerryscript.git
44
ignore = untracked
55
[submodule "deps/http-parser"]
66
path = deps/http-parser
7-
url = https://github.com/pando-project/http-parser.git
7+
url = https://github.com/Samsung/http-parser.git
88
ignore = untracked
99
[submodule "deps/libtuv"]
1010
path = deps/libtuv
11-
url = https://github.com/pando-project/libtuv.git
11+
url = https://github.com/Samsung/libtuv.git
1212
ignore = untracked
1313
[submodule "deps/mbedtls"]
1414
path = deps/mbedtls

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ matrix:
8686
addons:
8787
coverity_scan:
8888
project:
89-
name: "Samsung/iotjs"
89+
name: "jerryscript-project/iotjs"
9090
description: "Platform for Internet of Things with JavaScript"
91-
notification_email: duddlf.choi@samsung.com
91+
notification_email: haesik.jun@samsung.com
9292
build_command: "tools/travis_script.py"
9393
branch_pattern: master
9494

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# IoT.js: Platform for Internet of Things with JavaScript
22
[![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE)
3-
[![Build Status](https://travis-ci.org/pando-project/iotjs.svg?branch=master)](https://travis-ci.org/pando-project/iotjs)
3+
[![Build Status](https://travis-ci.org/jerryscript-project/iotjs.svg?branch=master)](https://travis-ci.org/jerryscript-project/iotjs)
44
[![Coverity Scan Build Status](https://scan.coverity.com/projects/12140/badge.svg)](https://scan.coverity.com/projects/samsung-iotjs)
55
[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=pando-project_iotjs&metric=alert_status)](https://sonarcloud.io/dashboard?id=pando-project_iotjs)
66
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FSamsung%2Fiotjs.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FSamsung%2Fiotjs?ref=badge_shield)
77
[![IRC Channel](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://kiwiirc.com/client/irc.freenode.net/#iotjs)
88

9-
You can find project details on our [project page](http://pando-project.github.io/iotjs/) and [wiki](https://github.com/pando-project/iotjs/wiki).
9+
You can find project details on our [project page](http://jerryscript-project.github.io/iotjs/) and [wiki](https://github.com/jerryscript-project/iotjs/wiki).
1010

11-
Memory usage and Binary footprint are measured at [here](https://pando-tests.github.io/iotjs-test-results) with real target daily.
11+
Memory usage and Binary footprint are measured at [here](https://jerryscript-project.github.io/iotjs-test-results) with real target daily.
1212

1313
The following table shows the latest results on the devices:
1414

15-
| Raspberry Pi 3 | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fiotjs%2Frpi3.svg?alt=media&token=1)](https://pando-tests.github.io/iotjs-test-results/?view=rpi3) |
15+
| Raspberry Pi 3 | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fiotjs%2Frpi3.svg?alt=media&token=1)](https://jerryscript-project.github.io/iotjs-test-results/?view=rpi3) |
1616
| :---: | :---: |
17-
| **Raspberry Pi 2** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fiotjs%2Frpi2.svg?alt=media&token=1)](https://pando-tests.github.io/iotjs-test-results/?view=rpi2) |
18-
| **STM32F4-Discovery** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fiotjs%2Fstm32f4dis.svg?alt=media&token=1)](https://pando-tests.github.io/iotjs-test-results/?view=stm32f4dis) |
17+
| **Raspberry Pi 2** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fiotjs%2Frpi2.svg?alt=media&token=1)](https://jerryscript-project.github.io/iotjs-test-results/?view=rpi2) |
18+
| **STM32F4-Discovery** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fiotjs%2Fstm32f4dis.svg?alt=media&token=1)](https://jerryscript-project.github.io/iotjs-test-results/?view=stm32f4dis) |
1919

2020

2121
IRC channel: #iotjs on [freenode](https://freenode.net)
@@ -25,7 +25,7 @@ Mailing list: iotjs-dev@groups.io, you can subscribe [here](https://groups.io/g/
2525
### Getting the sources
2626

2727
```bash
28-
git clone https://github.com/pando-project/iotjs.git
28+
git clone https://github.com/jerryscript-project/iotjs.git
2929
cd iotjs
3030
```
3131

docs/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We will support the correct behavior of APIs for above environments. However, si
2424

2525

2626
### Build script
27-
There is a [script](build/Build-Script.md) to help you build IoT.js called "[build.py](https://github.com/pando-project/iotjs/blob/master/tools/build.py)" in source repository. Run `tools/build.py --help` command to check all of the build options.
27+
There is a [script](build/Build-Script.md) to help you build IoT.js called "[build.py](https://github.com/jerryscript-project/iotjs/blob/master/tools/build.py)" in source repository. Run `tools/build.py --help` command to check all of the build options.
2828

2929
#### How to Build
3030

@@ -42,7 +42,7 @@ There is a [script](build/Build-Script.md) to help you build IoT.js called "[bui
4242

4343
`--run-test [{full,quiet}]` Execute tests after build, optional argument specifies the level of output for the test runner.
4444

45-
`--jerry-debugger` Enable JerryScript debugger, so JavaScript could can be investigated with an available debugger client (eg.: [Python Debugger Console](https://github.com/pando-project/jerryscript/blob/master/jerry-debugger/jerry-client-ws.py) or [IoT.js Code](https://github.com/pando-project/iotjscode/)). See also ["Use JerryScript Debugger"](devs/Use-JerryScript-Debugger.md).
45+
`--jerry-debugger` Enable JerryScript debugger, so JavaScript could can be investigated with an available debugger client (eg.: [Python Debugger Console](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-debugger/jerry_client.py) or [IoT.js Code](https://github.com/jerryscript-project/iotjscode/)). See also ["Use JerryScript Debugger"](devs/Use-JerryScript-Debugger.md).
4646

4747
`--js-backtrace {ON,OFF}` Enable/disable backtrace information of JavaScript code (default: ON in debug and OFF in release build).
4848

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Welcome to the IoT.js!
22

33
> IoT.js is a framework for "Internet of Things" built on
4-
> lightweight JavaScript interpreter ['JerryScript'](https://github.com/pando-project/jerryscript)
4+
> lightweight JavaScript interpreter ['JerryScript'](https://github.com/jerryscript-project/jerryscript)
55
> and libtuv for event driven(non-blocking I/O model) similar to node.js.
66
77
### IoT.js Wiki

docs/build/Build-Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Enable memstat of JerryScript engine.
299299
#### `--jerry-profile`
300300
* `es5.1` | `es2015-subset | absolute path to a custom profile file`
301301

302-
Specify the profile for JerryScript (default: es5.1). In JerryScript all of the features are enabled by default, so an empty profile file turns on all of the available ECMA features. See also the related [README.md](https://github.com/pando-project/jerryscript/blob/master/jerry-core/profiles/README.md).
302+
Specify the profile for JerryScript (default: es5.1). In JerryScript all of the features are enabled by default, so an empty profile file turns on all of the available ECMA features. See also the related [README.md](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-core/profiles/README.md).
303303

304304
E.g.:
305305
**/home/iotjs/my-jerry-profile.profile**

docs/build/Build-for-ARTIK053-TizenRT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Clone IoT.js and TizenRT into iotjs-tizenrt directory
3535
```bash
3636
mkdir iotjs-tizenrt
3737
cd iotjs-tizenrt
38-
git clone https://github.com/pando-project/iotjs.git
38+
git clone https://github.com/jerryscript-project/iotjs.git
3939
git clone https://github.com/Samsung/TizenRT.git
4040
```
4141

docs/build/Build-for-STM32F4-NuttX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Clone IoT.js and NuttX into iotjs-nuttx directory
6464
```bash
6565
$ mkdir iotjs-nuttx
6666
$ cd iotjs-nuttx
67-
$ git clone https://github.com/pando-project/iotjs.git
67+
$ git clone https://github.com/jerryscript-project/iotjs.git
6868
$ git clone https://bitbucket.org/nuttx/nuttx.git --branch nuttx-7.25
6969
$ git clone https://bitbucket.org/nuttx/apps.git --branch nuttx-7.25
7070
$ git clone https://github.com/texane/stlink.git
@@ -325,7 +325,7 @@ Clone IoT.js and NuttX into iotjs-nuttx directory:
325325
```bash
326326
$ mkdir iotjs-nuttx
327327
$ cd iotjs-nuttx
328-
$ git clone https://github.com/pando-project/iotjs.git
328+
$ git clone https://github.com/jerryscript-project/iotjs.git
329329
$ git clone https://bitbucket.org/nuttx/nuttx.git --branch master
330330
$ git clone https://bitbucket.org/nuttx/apps.git --branch master
331331
```

docs/build/Build-for-x86-Linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
***
88

99
#### Build Host
10-
Ubuntu 14.04 is recommended. Other Unix like platforms can be used. If it doesn't seem to work properly on other platforms, please look into the [Issues](https://github.com/pando-project/iotjs/issues) page. Someone may have already tried. If you can't find any related one, please leave an issue for help.
10+
Ubuntu 14.04 is recommended. Other Unix like platforms can be used. If it doesn't seem to work properly on other platforms, please look into the [Issues](https://github.com/jerryscript-project/iotjs/issues) page. Someone may have already tried. If you can't find any related one, please leave an issue for help.
1111

1212
#### Directory structure
1313

@@ -41,7 +41,7 @@ Clone our repository to look around and test it. If it attracts you and you want
4141
To get the source for this repository,
4242
```
4343
cd harmony
44-
git clone https://github.com/pando-project/iotjs.git
44+
git clone https://github.com/jerryscript-project/iotjs.git
4545
cd iotjs
4646
```
4747

docs/contributing/Patch-Submission-Process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Smaller patches are generally easier to understand and test, so please submit ch
1212

1313
The sign-off is a simple line at the end of the explanation for the patch, which certifies that you wrote it or otherwise have the right to pass it on as an Open Source patch. The sign-off is required for a patch to be accepted.
1414

15-
#### 3. Open [a Github pull request](https://github.com/pando-project/iotjs/pulls)
15+
#### 3. Open [a Github pull request](https://github.com/jerryscript-project/iotjs/pulls)
1616

1717
#### 4. What if my patch is rejected?
1818

0 commit comments

Comments
 (0)