From 1a9cfc79be2b79257fdb2a156edd46444bc72fee Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Thu, 28 Mar 2019 16:21:40 +0100 Subject: [PATCH] Readme: replace the last remaining http with https --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da66e6b..db6155f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A library for creating command-line applications and running shell commands in S #### See also -- [API Documentation](http://kareman.github.io/SwiftShell). +- [API Documentation](https://kareman.github.io/SwiftShell). - A [description](https://www.skilled.io/kare/swiftshell) of the project on [skilled.io](https://www.skilled.io). @@ -89,7 +89,7 @@ Launched with e.g. `cat long.txt | print_linenumbers.swift` or `print_linenumber - [Test the latest commit (using make and/or Swift).][testcommit] - [Run a shell command in the middle of a method chain](https://nottoobadsoftware.com/blog/swiftshell/combine-markdown-files-and-convert-to-html-in-a-swift-script/). -- [Move files to the trash](http://nottoobadsoftware.com/blog/swiftshell/move-files-to-the-trash/). +- [Move files to the trash](https://nottoobadsoftware.com/blog/swiftshell/move-files-to-the-trash/). [testcommit]: https://github.com/kareman/testcommit/blob/master/Sources/main.swift @@ -490,6 +490,6 @@ Then run `pod install` to install it. ## License -Released under the MIT License (MIT), http://opensource.org/licenses/MIT +Released under the MIT License (MIT), https://opensource.org/licenses/MIT Kåre Morstøl, [NotTooBad Software](https://nottoobadsoftware.com)