Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ History
* Support for non-HTML files in `templates/` (or whatever you set
`templates_dir` to be).

See http://complexity.readthedocs.org/en/latest/advanced_usage.html#config-using-complexity-yml
See https://complexity.readthedocs.io/en/latest/advanced_usage.html#config-using-complexity-yml
for more info.

0.8.0 (2013-08-10)
Expand All @@ -34,7 +34,7 @@ for more info.
- `assets_dir`
- `context_dir`

See http://complexity.readthedocs.org/en/latest/advanced_usage.html#config-using-complexity-json
See https://complexity.readthedocs.io/en/latest/advanced_usage.html#config-using-complexity-json
for more info.

0.7 (2013-08-05)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A refreshingly simple static site generator, for those who like to work in HTML.
Documentation
-------------

The full documentation is at http://complexity.rtfd.org.
The full documentation is at https://complexity.readthedocs.io.

Quickstart
----------
Expand All @@ -42,7 +42,7 @@ Features
* Can optionally be used as a library instead of from the command line. See
`Using Complexity as a Library`_ for details.

.. _`Using Complexity as a Library`: http://complexity.readthedocs.org/en/latest/advanced_usage.html#using-complexity-as-a-library
.. _`Using Complexity as a Library`: https://complexity.readthedocs.io/en/latest/advanced_usage.html#using-complexity-as-a-library

Best Used With
--------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This quick tutorial will show you how to run this generator on your own using th
most basic structure possible. Just type the given instructions into your terminal.

If you have any specific questions you may find help in the documentation:
http://complexity.readthedocs.org/en/latest/
https://complexity.readthedocs.io/en/latest/

Or on the Github page: https://github.com/audreyr/complexity

Expand Down