Skip to content

Commit

Permalink
Fix links in README, close #256
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Nov 24, 2016
1 parent 552053a commit 9b92560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A data-driven `UICollectionView` framework for building fast and flexible lists.

### CocoaPods

The preferred installation method for `IGListKit` is with [CocoaPods](http://cocoapods.org). Simply add the following to your `Podfile`:
The preferred installation method for `IGListKit` is with [CocoaPods](https://cocoapods.org). Simply add the following to your `Podfile`:

```ruby
# Latest release of IGListKit
Expand All @@ -74,15 +74,15 @@ You can also manually install the framework by dragging and dropping the `IGList

## Getting Started

See the [Getting Started guide here](Guides/Getting%20Started.md).
See the [Getting Started guide here](https://instagram.github.io/IGListKit/getting-started.html).

## Documentation

You can find [the docs here](https://instagram.github.io/IGListKit). Documentation is generated with [jazzy](https://github.com/realm/jazzy) and hosted on [GitHub-Pages](https://pages.github.com).

## Contributing

Please see the [CONTRIBUTING](.github/CONTRIBUTING.md) file for how to help out. At Instagram we sync the open source version of `IGListKit` almost daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested follow our style guide.
Please see the [CONTRIBUTING](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) file for how to help out. At Instagram we sync the open source version of `IGListKit` almost daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested follow our style guide.

## License

Expand Down

0 comments on commit 9b92560

Please sign in to comment.