From fc81680360dc2e714503b4aadda2b0daaf8cf38a Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Sat, 23 May 2015 20:59:39 +0200 Subject: [PATCH] https Signed-off-by: Chris Warrick --- README.md | 6 +++--- scripts/build_site.py | 2 +- v7/irclogs/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0c6ece5..b2670bbb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Extra Plugins for Nikola ======================== -The source repository of — Plugins for the Nikola static site generator. +The source repository of — Plugins for the Nikola static site generator. ## How to get your Plugin to the Index @@ -57,7 +57,7 @@ MaxVersion = version-number [Documentation] Author = authors-name Version = version-number -Website = http://plugins.getnikola.com/#plugin-name +Website = https://plugins.getnikola.com/#plugin-name Description = A short, one-line description ``` @@ -78,4 +78,4 @@ In which you need to put in the `Author`, `Version`, `Website` (of the plugin; y ### `[plugin name].py` -This is where your plugin resides. [Follow the *Extending Nikola* tutorial for instructions on how to write a plugin.](http://getnikola.com/extending.html) +This is where your plugin resides. [Follow the *Extending Nikola* tutorial for instructions on how to write a plugin.](https://getnikola.com/extending.html) diff --git a/scripts/build_site.py b/scripts/build_site.py index de64ac16..84e63a79 100755 --- a/scripts/build_site.py +++ b/scripts/build_site.py @@ -17,7 +17,7 @@ import ConfigParser -BASE_URL = "http://plugins.getnikola.com/v{0}/" +BASE_URL = "https://plugins.getnikola.com/v{0}/" MINIMUM_VERSION_SUPPORTED = 6 MAXIMUM_VERSION_SUPPORTED = 7 ALL_VERSIONS = list(range(MINIMUM_VERSION_SUPPORTED, MAXIMUM_VERSION_SUPPORTED + 1)) diff --git a/v7/irclogs/README.md b/v7/irclogs/README.md index 7e3a3364..9a60cdfc 100644 --- a/v7/irclogs/README.md +++ b/v7/irclogs/README.md @@ -5,7 +5,7 @@ This is a very simple compiler for IRC logs. Requires Pygments 1.6.0 (2.0.0+ has a bug that breaks the coloring) -Demo: http://irclogs.getnikola.com/ +Demo: https://irclogs.getnikola.com/ You can create a completely automated website with this, if you leverage `FILE_METADATA_REGEXP`.