You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
10
10
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.
12
12
13
13
The following table shows the latest results on the devices:
14
14
15
-
| Raspberry Pi 3 |[](https://pando-tests.github.io/iotjs-test-results/?view=rpi3)|
15
+
| Raspberry Pi 3 |[](https://jerryscript-project.github.io/iotjs-test-results/?view=rpi3)|
16
16
| :---: | :---: |
17
-
|**Raspberry Pi 2**|[](https://pando-tests.github.io/iotjs-test-results/?view=rpi2)|
|**Raspberry Pi 2**|[](https://jerryscript-project.github.io/iotjs-test-results/?view=rpi2)|
Copy file name to clipboardExpand all lines: docs/Getting-Started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ We will support the correct behavior of APIs for above environments. However, si
24
24
25
25
26
26
### 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.
28
28
29
29
#### How to Build
30
30
@@ -42,7 +42,7 @@ There is a [script](build/Build-Script.md) to help you build IoT.js called "[bui
42
42
43
43
`--run-test [{full,quiet}]` Execute tests after build, optional argument specifies the level of output for the test runner.
44
44
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).
46
46
47
47
`--js-backtrace {ON,OFF}` Enable/disable backtrace information of JavaScript code (default: ON in debug and OFF in release build).
Copy file name to clipboardExpand all lines: docs/build/Build-Script.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ Enable memstat of JerryScript engine.
299
299
#### `--jerry-profile`
300
300
*`es5.1` | `es2015-subset | absolute path to a custom profile file`
301
301
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).
Copy file name to clipboardExpand all lines: docs/build/Build-for-x86-Linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
***
8
8
9
9
#### 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.
11
11
12
12
#### Directory structure
13
13
@@ -41,7 +41,7 @@ Clone our repository to look around and test it. If it attracts you and you want
Copy file name to clipboardExpand all lines: docs/contributing/Patch-Submission-Process.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Smaller patches are generally easier to understand and test, so please submit ch
12
12
13
13
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.
14
14
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)
0 commit comments