Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Use HTTPS for README URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmosachin committed Apr 9, 2019
1 parent 48fdb86 commit 20514bf
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 @@ -10,12 +10,12 @@ ColorSlider is an iOS color picker with live preview written in [Swift](https://

| | Features |
| :-------: | :--------------------------------------- |
| :ghost: | "[Snapchat](http://snapchat.com)-style" color picker |
| :ghost: | "[Snapchat](https://snapchat.com)-style" color picker |
| :rainbow: | Extensible live preview |
| :art: | Customizable appearance |
| :cyclone: | Vertical and horizontal support |
| :musical_keyboard: | Black and white colors included |
| :books: | Fully [documented](http://gizmosachin.github.io/ColorSlider) |
| :books: | Fully [documented](https://gizmosachin.github.io/ColorSlider) |
| :baby_chick: | [Swift 5](https://developer.apple.com/swift/) |

## Usage
Expand Down Expand Up @@ -77,11 +77,11 @@ To disable the preview, simply pass `nil` to ColorSlider's initializer:
let colorSlider = ColorSlider(orientation: .vertical, previewView: nil)
```

See the [documentation](http://gizmosachin.github.io/ColorSlider) for more details on custom previews.
See the [documentation](https://gizmosachin.github.io/ColorSlider) for more details on custom previews.

### Documentation

ColorSlider is fully documented [here](http://gizmosachin.github.io/ColorSlider).
ColorSlider is fully documented [here](https://gizmosachin.github.io/ColorSlider).

## Installation

Expand Down

0 comments on commit 20514bf

Please sign in to comment.