Skip to content

Commit 04d5d56

Browse files
dbatyairerobika
authored andcommitted
Fix URLs in the repository after organization switch (jerryscript-project#2955)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
1 parent ef5dd5c commit 04d5d56

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ matrix:
111111
- name: "SonarQube"
112112
addons:
113113
sonarcloud:
114-
organization: "pando-project"
114+
organization: "jerryscript-project"
115115
script: tools/check-sonarqube.sh
116116
cache:
117117
directories:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You should use your real name and email address in the format below:
4747
4848
"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.**
4949

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)
5151

5252
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
5353

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
![](https://github.com/pando-project/jerryscript/blob/master/LOGO.png)
1+
![](https://github.com/jerryscript-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/pando-project/jerryscript.svg?branch=master)](https://travis-ci.org/pando-project/jerryscript)
4+
[![Travis CI Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-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)
8-
[![SonarQube](https://sonarcloud.io/api/project_badges/measure?project=pando-project_jerryscript&metric=ncloc)](https://sonarcloud.io/dashboard?id=pando-project_jerryscript)
8+
[![SonarQube](https://sonarcloud.io/api/project_badges/measure?project=jerryscript-project_jerryscript&metric=ncloc)](https://sonarcloud.io/dashboard?id=jerryscript-project_jerryscript)
99
[![IRC Channel](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://kiwiirc.com/client/irc.freenode.net/#jerryscript)
1010

1111
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:
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/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).
2222

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.
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://pando-tests.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://jerryscript-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://pando-tests.github.io/jerryscript-test-results/?view=rpi2) |
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) |
3030

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

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

docs/01.GETTING-STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ python tools/build.py --cmake-param=CMAKE_PARAM
5757
python tools/build.py --profile=es5.1|es2015-subset|minimal
5858
```
5959

60-
See also the related [README.md](https://github.com/pando-project/jerryscript/blob/master/jerry-core/profiles/README.md).
60+
See also the related [README.md](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-core/profiles/README.md).
6161

6262
**Use (compiler-default, external) libc**
6363

docs/03.API-EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,4 +584,4 @@ main (void)
584584
585585
## Further steps
586586
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/).

jerry-core/libjerry-core.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includedir=${prefix}/include
44

55
Name: libjerry-core
66
Description: JerryScript: lightweight JavaScript engine (core engine library)
7-
URL: https://github.com/pando-project/jerryscript
7+
URL: https://github.com/jerryscript-project/jerryscript
88
Version: 1.0
99
Requires.private: @JERRY_CORE_PKGCONFIG_REQUIRES@ # NOTE: libjerry-port-default* is not added as a required package
1010
Libs: -L${libdir} -ljerry-core

jerry-debugger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Available JerryScript debugger tools
22

33
- JerryScript console debugger client ( jerry_client.py )
4-
- IoT.js Code ( https://github.com/pando-project/iotjscode )
5-
- JerryScript debugger Chrome webtool ( https://github.com/pando-project/jerryscript-debugger-ts )
4+
- IoT.js Code ( https://github.com/jerryscript-project/iotjscode )
5+
- JerryScript debugger Chrome webtool ( https://github.com/jerryscript-project/jerryscript-debugger-ts )

jerry-ext/libjerry-ext.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includedir=${prefix}/include
44

55
Name: libjerry-ext
66
Description: JerryScript: lightweight JavaScript engine (extensions library)
7-
URL: https://github.com/pando-project/jerryscript
7+
URL: https://github.com/jerryscript-project/jerryscript
88
Version: 1.0
99
Requires.private: libjerry-core
1010
Libs: -L${libdir} -ljerry-ext

jerry-libm/libjerry-libm.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includedir=${prefix}/include/jerry-libm
44

55
Name: libjerry-libm
66
Description: JerryScript: lightweight JavaScript engine (minimal math library)
7-
URL: https://github.com/pando-project/jerryscript
7+
URL: https://github.com/jerryscript-project/jerryscript
88
Version: 1.0
99
Libs: -L${libdir} -ljerry-libm
1010
Cflags: -I${includedir}

jerry-port/default/libjerry-port-default-minimal.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includedir=${prefix}/include
44

55
Name: libjerry-port-default-minimal
66
Description: JerryScript: lightweight JavaScript engine (default minimal port library)
7-
URL: https://github.com/pando-project/jerryscript
7+
URL: https://github.com/jerryscript-project/jerryscript
88
Version: 1.0
99
Conflicts: libjerry-port-default
1010
Libs: -L${libdir} -ljerry-port-default-minimal

0 commit comments

Comments
 (0)