From e05ae49b3e27562a37f97fe3df3f26266c2d0697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Mon, 7 Jan 2019 13:10:59 +0100 Subject: [PATCH] Fix broken links in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 75610c5dc3..7e2bccfc4e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -![](https://github.com/jerryscript-project/jerryscript/blob/master/LOGO.png) +![](https://github.com/pando-project/jerryscript/blob/master/LOGO.png) # JerryScript: JavaScript engine for the Internet of Things [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) -[![Travis CI Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-project/jerryscript) +[![Travis CI Build Status](https://travis-ci.org/pando-project/jerryscript.svg?branch=master)](https://travis-ci.org/pando-project/jerryscript) [![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) [![Coverity Scan Build Status](https://scan.coverity.com/projects/12127/badge.svg)](https://scan.coverity.com/projects/jerryscript-project) [![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,16 +18,16 @@ 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/jerryscript-project/jerryscript/wiki). +Additional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/pando-project/jerryscript/wiki). -Memory usage and Binary footprint are measured at [here](https://jerryscript-project.github.io/jerryscript-test-results) with real target daily. +Memory usage and Binary footprint are measured at [here](https://pando-project.github.io/jerryscript-test-results) with real target daily. The following table shows the latest results on the devices: -| 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) | +| 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) | | :---: | :---: | -| **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) | -| **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) | +| **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) | +| **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) | 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). @@ -35,7 +35,7 @@ Mailing list: jerryscript-dev@groups.io, you can subscribe [here](https://groups ## Quick Start ### Getting the sources ```bash -git clone https://github.com/jerryscript-project/jerryscript.git +git clone https://github.com/pando-project/jerryscript.git cd jerryscript ```