Skip to content

Commit

Permalink
Prefer https
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Mar 11, 2019
1 parent ff9f1f0 commit 0fd737b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
All notable changes to this project will be documented in this file.
`Pageboy` adheres to [Semantic Versioning](http://semver.org/).
`Pageboy` adheres to [Semantic Versioning](https://semver.org/).

#### 3.x Releases
- `3.1.x` Releases - [3.1.0](#310)
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]
available at [https://www.contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[homepage]: https://www.contributor-covenant.org
[version]: https://www.contributor-covenant.org/version/1/4/
2 changes: 1 addition & 1 deletion Pageboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/MerrickSapsford/Pageboy"
s.license = "MIT"
s.author = { "Merrick Sapsford" => "[email protected]" }
s.social_media_url = "http://twitter.com/MerrickSapsford"
s.social_media_url = "https://twitter.com/MerrickSapsford"

s.source = { :git => "https://github.com/MerrickSapsford/Pageboy.git", :tag => s.version.to_s }
s.source_files = "Sources/Pageboy/**/*.{h,m,swift}"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pageboy requires iOS 9 / tvOS 10; and Swift 4.

## 📲 Installation
### CocoaPods
Pageboy is available through [CocoaPods](http://cocoapods.org):
Pageboy is available through [CocoaPods](https://cocoapods.org):
```ruby
pod 'Pageboy', '~> 3.0'
```
Expand Down Expand Up @@ -191,4 +191,4 @@ Support for custom intermission duration and other scroll behaviors is also avai
Bug reports and pull requests are welcome on GitHub at [https://github.com/uias/Pageboy](https://github.com/uias/Pageboy).

## 👮🏻‍♂️ License
The library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
The library is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 comments on commit 0fd737b

Please sign in to comment.