aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-12-12 15:11:46 +0000
committerGravatar admin <admin@branchable.com>2014-12-12 15:11:46 +0000
commitab4b8d6651ccc5c6f6791602861373796ec54bf7 (patch)
tree73d6d107011a9b7e4a53747f792d60d99383f3b9 /doc
parent68db2f3217ff590ca768f5f56c8ba0be39eac288 (diff)
link to aria2c software
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_238__extending_addurl_further.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_238__extending_addurl_further.mdwn b/doc/devblog/day_238__extending_addurl_further.mdwn
index f58bee6a5..0dd376436 100644
--- a/doc/devblog/day_238__extending_addurl_further.mdwn
+++ b/doc/devblog/day_238__extending_addurl_further.mdwn
@@ -8,7 +8,7 @@ Then, got `git annex importfeed` to also check if a remote claims an url.
Finally, I put together a quick demo external remote using this new
interface. [[special_remotes/external/git-annex-remote-torrent]]
-adds support for torrent files to git-annex, using aria2c to download them.
+adds support for torrent files to git-annex, using [aria2c](http://aria2.sourceforge.net/) to download them.
It supports multi-file torrents, but not magnet links. (I'll probably
rewrite this more robustly and efficiently in haskell sometime soon.)