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
Copy file name to clipboardExpand all lines: CONTRIBUTING.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
@@ -47,7 +47,7 @@ You should use your real name and email address in the format below:
47
47
48
48
"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.**
49
49
50
-
### 4. Open a GitHub [pull request](https://github.com/pando-project/jerryscript/pulls)
50
+
### 4. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls)
51
51
52
52
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
[](https://travis-ci.org/pando-project/jerryscript)
4
+
[](https://travis-ci.org/jerryscript-project/jerryscript)
JerryScript is a lightweight JavaScript engine for resource-constrained devices such as microcontrollers. It can run on devices with less than 64 KB of RAM and less than 200 KB of flash memory.
@@ -18,23 +18,23 @@ Key characteristics of JerryScript:
18
18
* Snapshot support for precompiling JavaScript source code to byte code
19
19
* Mature C API, easy to embed in applications
20
20
21
-
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/pando-project/jerryscript/wiki).
21
+
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki).
22
22
23
-
Memory usage and Binary footprint are measured at [here](https://pando-tests.github.io/jerryscript-test-results) with real target daily.
23
+
Memory usage and Binary footprint are measured at [here](https://jerryscript-project.github.io/jerryscript-test-results) with real target daily.
24
24
25
25
The following table shows the latest results on the devices:
|**Raspberry Pi 2**|[](https://pando-tests.github.io/jerryscript-test-results/?view=rpi2)|
29
+
|**Raspberry Pi 2**|[](https://jerryscript-project.github.io/jerryscript-test-results/?view=rpi2)|
30
30
31
31
IRC channel: #jerryscript on [freenode](https://freenode.net)
32
32
Mailing list: [email protected], you can subscribe [here](https://groups.io/g/jerryscript-dev) and access the mailing list archive [here](https://groups.io/g/jerryscript-dev/topics).
Copy file name to clipboardExpand all lines: docs/03.API-EXAMPLE.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
@@ -584,4 +584,4 @@ main (void)
584
584
585
585
## Further steps
586
586
587
-
For further API description, please visit [API Reference page](https://pando-project.github.io/jerryscript/api-reference/) on [JerryScript home page](https://pando-project.github.io/jerryscript/).
587
+
For further API description, please visit [API Reference page](https://jerryscript-project.github.io/jerryscript/api-reference/) on [JerryScript home page](https://jerryscript-project.github.io/jerryscript/).
0 commit comments