Fix URLs in the repository after organization switch (#2955)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
committed by
Robert Fancsik
parent
ef5dd5c698
commit
04d5d56a68
@@ -1,11 +1,11 @@
|
||||

|
||||

|
||||
# JerryScript: JavaScript engine for the Internet of Things
|
||||
[](LICENSE)
|
||||
[](https://travis-ci.org/pando-project/jerryscript)
|
||||
[](https://travis-ci.org/jerryscript-project/jerryscript)
|
||||
[](https://ci.appveyor.com/project/jerryscript-project/jerryscript/branch/master)
|
||||
[](https://scan.coverity.com/projects/jerryscript-project)
|
||||
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript?ref=badge_shield)
|
||||
[](https://sonarcloud.io/dashboard?id=pando-project_jerryscript)
|
||||
[](https://sonarcloud.io/dashboard?id=jerryscript-project_jerryscript)
|
||||
[](https://kiwiirc.com/client/irc.freenode.net/#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,15 +18,15 @@ 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/pando-project/jerryscript/wiki).
|
||||
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki).
|
||||
|
||||
Memory usage and Binary footprint are measured at [here](https://pando-tests.github.io/jerryscript-test-results) with real target daily.
|
||||
Memory usage and Binary footprint are measured at [here](https://jerryscript-project.github.io/jerryscript-test-results) with real target daily.
|
||||
|
||||
The following table shows the latest results on the devices:
|
||||
|
||||
| STM32F4-Discovery | [](https://pando-tests.github.io/jerryscript-test-results/?view=stm32f4dis) |
|
||||
| STM32F4-Discovery | [](https://jerryscript-project.github.io/jerryscript-test-results/?view=stm32f4dis) |
|
||||
| :---: | :---: |
|
||||
| **Raspberry Pi 2** | [](https://pando-tests.github.io/jerryscript-test-results/?view=rpi2) |
|
||||
| **Raspberry Pi 2** | [](https://jerryscript-project.github.io/jerryscript-test-results/?view=rpi2) |
|
||||
|
||||
IRC channel: #jerryscript on [freenode](https://freenode.net)
|
||||
Mailing list: jerryscript-dev@groups.io, you can subscribe [here](https://groups.io/g/jerryscript-dev) and access the mailing list archive [here](https://groups.io/g/jerryscript-dev/topics).
|
||||
@@ -34,7 +34,7 @@ Mailing list: jerryscript-dev@groups.io, you can subscribe [here](https://groups
|
||||
## Quick Start
|
||||
### Getting the sources
|
||||
```bash
|
||||
git clone https://github.com/pando-project/jerryscript.git
|
||||
git clone https://github.com/jerryscript-project/jerryscript.git
|
||||
cd jerryscript
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user