From 2e689d8ded6fd98eb7d79672af4903f867a866bf Mon Sep 17 00:00:00 2001 From: Hesham Abd-Elmegid Date: Mon, 26 Jan 2015 14:24:27 +0200 Subject: [PATCH] Fixes incorrect links in README file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8a887cc..3622a1f7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ HMSegmentedControl === -[![Pod Version](http://img.shields.io/cocoapods/v/HMSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/HMSegmentedControl@hons82/) -[![Pod Platform](http://img.shields.io/cocoapods/p/HMSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/HMSegmentedControl@hons82/) +[![Pod Version](http://img.shields.io/cocoapods/v/HMSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/HMSegmentedControl) +[![Pod Platform](http://img.shields.io/cocoapods/p/HMSegmentedControl.svg?style=flat)](http://cocoadocs.org/docsets/HMSegmentedControl) [![Pod License](http://img.shields.io/cocoapods/l/HMSegmentedControl.svg?style=flat)](http://opensource.org/licenses/MIT) A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.