Skip to content

Commit

Permalink
Update urls on README
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Apr 21, 2017
1 parent fc6ee2e commit 2cf76af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,8 +2,8 @@

<p align="center">
<img alt="Swift" src="https://img.shields.io/badge/Swift-3.1-orange.svg">
<a href="https://travis-ci.org/devxoul/ReactorKit" target="_blank">
<img alt="Build Status" src="https://travis-ci.org/devxoul/ReactorKit.svg?branch=master">
<a href="https://travis-ci.org/ReactorKit/ReactorKit" target="_blank">
<img alt="Build Status" src="https://travis-ci.org/ReactorKit/ReactorKit.svg?branch=master">
</a>
<a href="https://cocoapods.org/pods/ReactorKit" target="_blank">
<img alt="CocoaPods" src="http://img.shields.io/cocoapods/v/ReactorKit.svg">
Expand All @@ -12,7 +12,7 @@
<img alt="Platform" src="https://img.shields.io/cocoapods/p/ReactorKit.svg?style=flat">
</a>
<a href="http://cocoadocs.org/docsets/ReactorKit/" target="_blank">
<img alt="CocoaDocs" src="https://img.shields.io/cocoapods/metrics/doc-percent/ReactorKit.svg">
<img alt="CocoaDocs" src="https://github.com/ReactorKit/ReactorKit/blob/gh-pages/docs/latest/badge.svg">
</a>
</p>

Expand Down Expand Up @@ -301,7 +301,7 @@ ReactorKit suggests some conventions to write clean and concise code.
* **Using [Carthage](https://github.com/Carthage/Carthage)**:

```
github "devxoul/ReactorKit" ~> 0.2
github "ReactorKit/ReactorKit" ~> 0.2
```

## Contribution
Expand Down

0 comments on commit 2cf76af

Please sign in to comment.