diff --git a/README.md b/README.md index 798308301c..c1328a2efd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # JerryScript: JavaScript engine for Internet of Things [![Join the chat at https://gitter.im/Samsung/jerryscript](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Samsung/jerryscript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) -[![Build Status](https://travis-ci.org/Samsung/jerryscript.svg?branch=master)](https://travis-ci.org/Samsung/jerryscript) +[![Build Status](https://travis-ci.org/pebble/jerryscript.svg?branch=master)](https://travis-ci.org/pebble/jerryscript) JerryScript is the lightweight JavaScript engine for very constrained devices such as microcontrollers: @@ -14,7 +14,7 @@ Additional informantion can be found on our [project page](http://samsung.github ## Quick Start ### Getting Sources ```bash -git clone https://github.com/Samsung/jerryscript.git jr +git clone https://github.com/pebble/jerryscript.git jr cd jr ```