diff options
Diffstat (limited to 'docs/internals.rst')
| -rw-r--r-- | docs/internals.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals.rst b/docs/internals.rst index 12df2b0..6b49e92 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -44,7 +44,7 @@ The Build Command Nikola's goal is similar, deep at heart, to a Makefile. Take sources, compile them into something, in this case a website. Instead of a Makefile, Nikola uses -`doit <http://pydoit.org>`_ +`doit <https://pydoit.org>`_ Doit has the concept of "tasks". The 1 minute summary of tasks is that they have: @@ -64,7 +64,7 @@ basename:name .. sidebar:: More about tasks If you ever want to do your own tasks, you really should read the doit - `documentation on tasks <http://pydoit.org/tasks.html>`_ + `documentation on tasks <https://pydoit.org/tasks.html>`_ So, what Nikola does, when you use the build command, is to read the configuration ``conf.py`` from the current folder, instantiate |
