Skip to content

Commit b978c59

Browse files
committedMay 23, 2015
even more https love
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent c226ded commit b978c59

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Nikola website
33

44
This is the Nikola website.
55

6-
Live page: <http://getnikola.com/>
6+
Live page: <https://getnikola.com/>
77

88
Update instructions (for maintainers)
99
-------------------------------------

‎WhatIsNikola.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ and is multilingual. Nikola is flexible, and page builds are
1515
extremely fast, courtesy of doit (which is rebuilding only what has
1616
been changed).
1717

18-
Find out more at the website: http://getnikola.com/
18+
Find out more at the website: https://getnikola.com/

‎conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# If you don't need any of these, just set to []
8080

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

8484
# Commands to execute to deploy. Can be anything, for example,
8585
# you may use rsync:
@@ -182,9 +182,9 @@
182182
('/documentation.html', 'Documentation'),
183183
('/contact.html', 'Help/Bugs/Contact'),
184184
('https://github.com/getnikola/nikola', 'GitHub'),
185-
('http://themes.getnikola.com', 'Themes'),
186-
('http://plugins.getnikola.com', 'Plugins'),
187-
('http://users.getnikola.com', 'Users'),
185+
('https://themes.getnikola.com', 'Themes'),
186+
('https://plugins.getnikola.com', 'Plugins'),
187+
('https://users.getnikola.com', 'Users'),
188188
('/blog/index.html', 'Blog'),
189189
('/changes.html', 'Changelog'),
190190
)

‎stories/welcome.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ It has many features, but here are some of the nicer ones:
3333

3434
.. class:: nav-list
3535

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

0 commit comments

Comments
 (0)
Please sign in to comment.