summaryrefslogtreecommitdiffstats
path: root/docs/extending.txt
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-13 18:35:39 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-13 18:35:39 -0300
commita40930043121a4b60de8526d58417761a54ab718 (patch)
tree383c5cf8e320761ee942619282fe51be625179a7 /docs/extending.txt
parent9c5708cc92af894e414bc76ee35ec2230de5d288 (diff)
Imported Upstream version 5.2upstream/5.2
Diffstat (limited to 'docs/extending.txt')
-rw-r--r--docs/extending.txt2
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.