From 940ad7e62251b610396c78878fa354aa4e21cae5 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 30 Jun 2018 17:10:03 -0600 Subject: [PATCH] Updated Semantic Versioning links to be HTTPS. It's best to be secure by default. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817053a..c50e30c 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ project is built upon the functions found in the `lib` folder. See the ## Versioning -Read [Semantic Versioning](http://semver.org) for details. Briefly, it means: +Read [Semantic Versioning](https://semver.org) for details. Briefly, it means: - Major (X.y.z) - Incremented for any backwards incompatible public API changes. - Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.