Skip to content

Commit

Permalink
Fix badges to test Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob committed Apr 3, 2017
1 parent 3da9e7d commit 3f5331d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **source code** is available on [GitHub](https://github.com/fullscreen/yt-ur
[![Online docs](http://img.shields.io/badge/docs-✓-green.svg)](http://www.rubydoc.info/gems/yt-url/frames)
[![Gem Version](http://img.shields.io/gem/v/yt-url.svg)](http://rubygems.org/gems/yt-url)

After [registering your app](https://fullscreen.github.io/yt), you can run commands like:
After [registering your app](https://fullscreen.github.io/yt-core/), you can run commands like:

```ruby
url = Yt::URL.new "youtu.be/gknzFj_0vvY"
Expand All @@ -27,11 +27,11 @@ The **full documentation** is available at [rubydoc.info](http://www.rubydoc.inf
A comprehensive guide to Yt
===========================

All the classes and methods available are detailed on the [Yt homepage](https://fullscreen.github.io/yt/):
All the classes and methods available are detailed on the [Yt homepage](https://fullscreen.github.io/yt-core/):

[![Yt homepage](https://cloud.githubusercontent.com/assets/10076/19788369/b61d7756-9c5c-11e6-8bd8-05f8d67aef4e.png)](https://fullscreen.github.io/yt/)
[![Yt homepage](https://cloud.githubusercontent.com/assets/10076/19788369/b61d7756-9c5c-11e6-8bd8-05f8d67aef4e.png)](https://fullscreen.github.io/yt-core/)

Please proceed to [https://fullscreen.github.io/yt/urls.html](https://fullscreen.github.io/yt/urls.html) for more details and examples.
Please proceed to [https://fullscreen.github.io/yt-core/urls.html](https://fullscreen.github.io/yt-core/urls.html) for more details and examples.


How to install
Expand Down

0 comments on commit 3f5331d

Please sign in to comment.