Skip to content

Commit 0c20f8e

Browse files
Zsolt Borbélyrobertsipka
authored andcommitted
Fix broken links in README (#2679)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
1 parent e5fc13f commit 0c20f8e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
![](https://github.com/jerryscript-project/jerryscript/blob/master/LOGO.png)
1+
![](https://github.com/pando-project/jerryscript/blob/master/LOGO.png)
22
# JerryScript: JavaScript engine for the Internet of Things
33
[![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE)
4-
[![Travis CI Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-project/jerryscript)
4+
[![Travis CI Build Status](https://travis-ci.org/pando-project/jerryscript.svg?branch=master)](https://travis-ci.org/pando-project/jerryscript)
55
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/ct8reap35u2vooa5/branch/master?svg=true)](https://ci.appveyor.com/project/jerryscript-project/jerryscript/branch/master)
66
[![Coverity Scan Build Status](https://scan.coverity.com/projects/12127/badge.svg)](https://scan.coverity.com/projects/jerryscript-project)
77
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript?ref=badge_shield)
@@ -18,24 +18,24 @@ Key characteristics of JerryScript:
1818
* Snapshot support for precompiling JavaScript source code to byte code
1919
* Mature C API, easy to embed in applications
2020

21-
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki).
21+
Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/pando-project/jerryscript/wiki).
2222

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

2525
The following table shows the latest results on the devices:
2626

27-
| STM32F4-Discovery | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Fstm32f4dis.svg?alt=media&token=1)](https://jerryscript-project.github.io/jerryscript-test-results/?view=stm32f4dis) |
27+
| STM32F4-Discovery | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Fstm32f4dis.svg?alt=media&token=1)](https://pando-project.github.io/jerryscript-test-results/?view=stm32f4dis) |
2828
| :---: | :---: |
29-
| **Raspberry Pi 2** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Frpi2.svg?alt=media&token=1)](https://jerryscript-project.github.io/jerryscript-test-results/?view=rpi2) |
30-
| **Artik053** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Fartik053.svg?alt=media&token=1)](https://jerryscript-project.github.io/jerryscript-test-results/?view=artik053) |
29+
| **Raspberry Pi 2** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Frpi2.svg?alt=media&token=1)](https://pando-project.github.io/jerryscript-test-results/?view=rpi2) |
30+
| **Artik053** | [![Remote Testrunner](https://firebasestorage.googleapis.com/v0/b/jsremote-testrunner.appspot.com/o/status%2Fjerryscript%2Fartik053.svg?alt=media&token=1)](https://pando-project.github.io/jerryscript-test-results/?view=artik053) |
3131

3232
IRC channel: #jerryscript on [freenode](https://freenode.net)
3333
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).
3434

3535
## Quick Start
3636
### Getting the sources
3737
```bash
38-
git clone https://github.com/jerryscript-project/jerryscript.git
38+
git clone https://github.com/pando-project/jerryscript.git
3939
cd jerryscript
4040
```
4141

0 commit comments

Comments
 (0)