Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 23, 2015
1 parent 14f6bd4 commit fc81680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
Extra Plugins for Nikola
========================

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

## How to get your Plugin to the Index

Expand Down Expand Up @@ -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
```

Expand All @@ -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)
2 changes: 1 addition & 1 deletion scripts/build_site.py
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion v7/irclogs/README.md
Expand Up @@ -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`.

0 comments on commit fc81680

Please sign in to comment.