Skip to content

Commit

Permalink
https links
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 21, 2015
1 parent 07950e6 commit 516bd06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -8,4 +8,4 @@ people that don’t feel comfortable using the command line.
Setup
-----

Setting up Coil CMS is described in `the documentation <http://coil.readthedocs.org/en/latest/admin/setup/>`_.
Setting up Coil CMS is described in `the documentation <https://coil.readthedocs.org/en/latest/admin/setup/>`_.
4 changes: 2 additions & 2 deletions coil/init.py
Expand Up @@ -34,8 +34,8 @@

def init():
"""Initialize a site."""
print("Please read the documentation and set up manually.")
print("http://coil.readthedocs.org/en/latest/admin/setup/")
print("Please read the documentation and set up Coil CMS manually:")
print("https://coil.readthedocs.org/en/latest/admin/setup/")
return 255


Expand Down
2 changes: 1 addition & 1 deletion coil/web.py
Expand Up @@ -137,7 +137,7 @@ def configure_site():
'en': (
(app.config['NIKOLA_URL'],
'<i class="fa fa-globe"></i>'),
('http://coil.readthedocs.org/en/latest/user/',
('https://coil.readthedocs.org/en/latest/user/',
'<i class="fa fa-question-circle"></i>'),
)
}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Expand Up @@ -8,4 +8,4 @@ people that don’t feel comfortable using the command line.
Setup
-----

Setting up Coil CMS is described in `the documentation <http://coil.readthedocs.org/en/latest/admin/setup/>`_.
Setting up Coil CMS is described in `the documentation <https://coil.readthedocs.org/en/latest/admin/setup/>`_.

0 comments on commit 516bd06

Please sign in to comment.