From 0fd737ba2f827453d1ab91a8498b2537797167da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 11 Mar 2019 17:09:49 +0800 Subject: [PATCH] Prefer https --- CHANGELOG.md | 2 +- CODE_OF_CONDUCT.md | 6 +++--- Pageboy.podspec | 2 +- README.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632923ca..9b88e7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c1b6dac6..72bc8ee9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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/ \ No newline at end of file +[homepage]: https://www.contributor-covenant.org +[version]: https://www.contributor-covenant.org/version/1/4/ \ No newline at end of file diff --git a/Pageboy.podspec b/Pageboy.podspec index 9ded6622..139f9472 100644 --- a/Pageboy.podspec +++ b/Pageboy.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/MerrickSapsford/Pageboy" s.license = "MIT" s.author = { "Merrick Sapsford" => "merrick@sapsford.tech" } - 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}" diff --git a/README.md b/README.md index ec426d8e..ed327b31 100644 --- a/README.md +++ b/README.md @@ -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' ``` @@ -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).