diff options
| author | 2021-04-22 20:22:47 -0400 | |
|---|---|---|
| committer | 2021-04-22 20:22:47 -0400 | |
| commit | 8eeed31eb2f86ac982fa4b26f93b15828289c56d (patch) | |
| tree | 2d95f6a10afaeb9f5e25dabde5fe38de3f8458d1 /docs/internals.rst | |
| parent | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff) | |
New upstream version 8.1.3.upstream/8.1.3
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 |
