Skip to content

Commit 8ba6c0e

Browse files
committed
https links, cocoadocs is dead
1 parent 75ef800 commit 8ba6c0e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ addresses everything. If it doesn’t, continue the conversation there.
1919
If your searches return empty, see the [bug](#bugs) or [feature
2020
request](#feature-requests) guidelines below.
2121

22-
[Ask on Stack Overflow]: http://stackoverflow.com/questions/tagged/sqlite.swift
22+
[Ask on Stack Overflow]: https://stackoverflow.com/questions/tagged/sqlite.swift
2323
[Search]: https://github.com/stephencelis/SQLite.swift/search?type=Issues
2424

2525

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ syntax _and_ intent.
2020
- Extensively tested
2121
- [SQLCipher][] support via CocoaPods
2222
- Active support at
23-
[StackOverflow](http://stackoverflow.com/questions/tagged/sqlite.swift),
23+
[StackOverflow](https://stackoverflow.com/questions/tagged/sqlite.swift),
2424
and [Gitter Chat Room](https://gitter.im/stephencelis/SQLite.swift)
2525
(_experimental_)
2626

@@ -119,7 +119,7 @@ For a more comprehensive example, see
119119
and the [companion repository][SQLiteDataAccessLayer2].
120120

121121

122-
[Create a Data Access Layer with SQLite.swift and Swift 2]: http://masteringswift.blogspot.com/2015/09/create-data-access-layer-with.html
122+
[Create a Data Access Layer with SQLite.swift and Swift 2]: https://masteringswift.blogspot.com/2015/09/create-data-access-layer-with.html
123123
[SQLiteDataAccessLayer2]: https://github.com/hoffmanjon/SQLiteDataAccessLayer2/tree/master
124124

125125
## Installation
@@ -226,7 +226,7 @@ device:
226226

227227

228228
[Xcode]: https://developer.apple.com/xcode/downloads/
229-
[Submodule]: http://git-scm.com/book/en/Git-Tools-Submodules
229+
[Submodule]: https://git-scm.com/book/en/Git-Tools-Submodules
230230
[download]: https://github.com/stephencelis/SQLite.swift/archive/master.zip
231231

232232

@@ -243,7 +243,7 @@ device:
243243

244244
[See the planning document]: /Documentation/Planning.md
245245
[Read the contributing guidelines]: ./CONTRIBUTING.md#contributing
246-
[Ask on Stack Overflow]: http://stackoverflow.com/questions/tagged/sqlite.swift
246+
[Ask on Stack Overflow]: https://stackoverflow.com/questions/tagged/sqlite.swift
247247
[Open an issue]: https://github.com/stephencelis/SQLite.swift/issues/new
248248
[Submit a pull request]: https://github.com/stephencelis/SQLite.swift/fork
249249

@@ -280,16 +280,16 @@ Looking for something else? Try another Swift wrapper (or [FMDB][]):
280280
- [SwiftSQLite](https://github.com/chrismsimpson/SwiftSQLite)
281281

282282
[Swift]: https://swift.org/
283-
[SQLite3]: http://www.sqlite.org
283+
[SQLite3]: https://www.sqlite.org
284284
[SQLite.swift]: https://github.com/stephencelis/SQLite.swift
285285

286286
[GitHubActionBadge]: https://img.shields.io/github/workflow/status/stephencelis/SQLite.swift/Build%20and%20test
287287

288288
[CocoaPodsVersionBadge]: https://cocoapod-badges.herokuapp.com/v/SQLite.swift/badge.png
289-
[CocoaPodsVersionLink]: http://cocoadocs.org/docsets/SQLite.swift
289+
[CocoaPodsVersionLink]: https://cocoapods.org/pods/SQLite.swift
290290

291291
[PlatformBadge]: https://cocoapod-badges.herokuapp.com/p/SQLite.swift/badge.png
292-
[PlatformLink]: http://cocoadocs.org/docsets/SQLite.swift
292+
[PlatformLink]: https://cocoapods.org/pods/SQLite.swift
293293

294294
[CartagheBadge]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat
295295
[CarthageLink]: https://github.com/Carthage/Carthage

0 commit comments

Comments
 (0)