Skip to content

Commit fc81680

Browse files
committedMay 23, 2015
https
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 14f6bd4 commit fc81680

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Extra Plugins for Nikola
22
========================
33

4-
The source repository of <http://plugins.getnikola.com/> — Plugins for the Nikola static site generator.
4+
The source repository of <https://plugins.getnikola.com/> — Plugins for the Nikola static site generator.
55

66
## How to get your Plugin to the Index
77

@@ -57,7 +57,7 @@ MaxVersion = version-number
5757
[Documentation]
5858
Author = authors-name
5959
Version = version-number
60-
Website = http://plugins.getnikola.com/#plugin-name
60+
Website = https://plugins.getnikola.com/#plugin-name
6161
Description = A short, one-line description
6262
```
6363

@@ -78,4 +78,4 @@ In which you need to put in the `Author`, `Version`, `Website` (of the plugin; y
7878

7979
### `[plugin name].py`
8080

81-
This is where your plugin resides. [Follow the *Extending Nikola* tutorial for instructions on how to write a plugin.](http://getnikola.com/extending.html)
81+
This is where your plugin resides. [Follow the *Extending Nikola* tutorial for instructions on how to write a plugin.](https://getnikola.com/extending.html)

‎scripts/build_site.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import ConfigParser
1919

20-
BASE_URL = "http://plugins.getnikola.com/v{0}/"
20+
BASE_URL = "https://plugins.getnikola.com/v{0}/"
2121
MINIMUM_VERSION_SUPPORTED = 6
2222
MAXIMUM_VERSION_SUPPORTED = 7
2323
ALL_VERSIONS = list(range(MINIMUM_VERSION_SUPPORTED, MAXIMUM_VERSION_SUPPORTED + 1))

‎v7/irclogs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a very simple compiler for IRC logs.
55

66
Requires Pygments 1.6.0 (2.0.0+ has a bug that breaks the coloring)
77

8-
Demo: http://irclogs.getnikola.com/
8+
Demo: https://irclogs.getnikola.com/
99

1010
You can create a completely automated website with this, if you leverage
1111
`FILE_METADATA_REGEXP`.

0 commit comments

Comments
 (0)
Please sign in to comment.