Fixed README links.

This commit is contained in:
Rafi Khan
2015-08-10 14:41:13 -06:00
parent 5c920bd31d
commit cd9fb53520

View File

@@ -2,16 +2,16 @@
[![Build Status](https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master)](https://travis-ci.org/z3t0/Arduino-IRremote) [![Build Status](https://travis-ci.org/z3t0/Arduino-IRremote.svg?branch=master)](https://travis-ci.org/z3t0/Arduino-IRremote)
[![Join the chat at https://gitter.im/shirriff/Arduino-IRremote](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shirriff/Arduino-IRremote?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/z3t0/Arduino-IRremote](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/z3t0/Arduino-IRremote?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This library enables you to send and receive using infra-red signals on an Arduino. This library enables you to send and receive using infra-red signals on an Arduino.
Check [here](http://shirriff.github.io/Arduino-IRremote/) for tutorials and more information. Check [here](http://z3t0.github.io/Arduino-IRremote/) for tutorials and more information.
## Version - 2.01 ## Version - 2.01
## Installation ## Installation
1. Navigate to the [Releases](https://github.com/shirriff/Arduino-IRremote/releases) page. 1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page.
2. Download the latest release. 2. Download the latest release.
3. Extract the zip file 3. Extract the zip file
4. Move the "IRremote" folder that has been extracted to your libraries directory. 4. Move the "IRremote" folder that has been extracted to your libraries directory.