summaryrefslogtreecommitdiff
path: root/doc/todo/using_url_backend.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/using_url_backend.mdwn')
-rw-r--r--doc/todo/using_url_backend.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/todo/using_url_backend.mdwn b/doc/todo/using_url_backend.mdwn
deleted file mode 100644
index 1f3cd5628..000000000
--- a/doc/todo/using_url_backend.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-There is no way to `git annex add` a file using the URL [[backend|backends]].
-
-For now, we have to manually make the symlink. Something like this:
-
- ln -s .git/annex/URL:http:%%www.example.com%foo.tar.gz
-
-Note the escaping of slashes.
-
-A `git annex register <url>` command could do this..
-
-[[done]]