Skip to content

Commit

Permalink
even more https love
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 c226ded commit b978c59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ The Nikola website

This is the Nikola website.

Live page: <http://getnikola.com/>
Live page: <https://getnikola.com/>

Update instructions (for maintainers)
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion WhatIsNikola.rst
Expand Up @@ -15,4 +15,4 @@ and is multilingual. Nikola is flexible, and page builds are
extremely fast, courtesy of doit (which is rebuilding only what has
been changed).

Find out more at the website: http://getnikola.com/
Find out more at the website: https://getnikola.com/
8 changes: 4 additions & 4 deletions conf.py
Expand Up @@ -79,7 +79,7 @@
# If you don't need any of these, just set to []

REDIRECTIONS = [('creating-a-site.html', 'creating-a-site-not-a-blog-with-nikola.html'),
('some-sites-using-nikola.html', 'http://users.getnikola.com/')]
('some-sites-using-nikola.html', 'https://users.getnikola.com/')]

# Commands to execute to deploy. Can be anything, for example,
# you may use rsync:
Expand Down Expand Up @@ -182,9 +182,9 @@
('/documentation.html', 'Documentation'),
('/contact.html', 'Help/Bugs/Contact'),
('https://github.com/getnikola/nikola', 'GitHub'),
('http://themes.getnikola.com', 'Themes'),
('http://plugins.getnikola.com', 'Plugins'),
('http://users.getnikola.com', 'Users'),
('https://themes.getnikola.com', 'Themes'),
('https://plugins.getnikola.com', 'Plugins'),
('https://users.getnikola.com', 'Users'),
('/blog/index.html', 'Blog'),
('/changes.html', 'Changelog'),
)
Expand Down
4 changes: 2 additions & 2 deletions stories/welcome.txt
Expand Up @@ -33,8 +33,8 @@ It has many features, but here are some of the nicer ones:

.. class:: nav-list

* `Blogs, with tags, feeds, archives, comments, etc. <http://users.getnikola.com/>`_
* `Themable <http://themes.getnikola.com>`_
* `Blogs, with tags, feeds, archives, comments, etc. <https://users.getnikola.com/>`_
* `Themable <https://themes.getnikola.com>`_
* Fast builds, thanks to `doit <http://python-doit.sf.net>`_
* Flexible, extensible via the dozens of `available plugins <https://plugins.getnikola.com>`__
* Small codebase (programmers can understand all of Nikola core in a day)
Expand Down

0 comments on commit b978c59

Please sign in to comment.