diff options
Diffstat (limited to 'docs/extending.txt')
| -rw-r--r-- | docs/extending.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extending.txt b/docs/extending.txt index 6410e69..84a382a 100644 --- a/docs/extending.txt +++ b/docs/extending.txt @@ -233,7 +233,7 @@ These have access to the ``site`` object which contains your timeline and your configuration. The critical bit of Task plugins is their ``gen_tasks`` method, which ``yields`` -`doit tasks <http://python-doit.sourceforge.net/tasks.html>`_ +`doit tasks <http://pydoit.org/tasks.html>`_ The details of how to handle dependencies, etc. are a bit too much for this document, so I'll just leave you with an example, the ``copy_assets`` task. |
