summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 14:15:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 14:15:01 -0400
commitfd4d8cfa52ed2e01b507da9dc7376da98fdbe3ad (patch)
treed2ca2d1537b0d3fd18c424456d276380c3ba038a /doc
parent352ef81d5f6d298f6eedf12965822ba5b59ae8e5 (diff)
fix link
Diffstat (limited to 'doc')
-rw-r--r--doc/special_remotes/external.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/external.mdwn b/doc/special_remotes/external.mdwn
index a51f9243c..c4df03a16 100644
--- a/doc/special_remotes/external.mdwn
+++ b/doc/special_remotes/external.mdwn
@@ -5,7 +5,7 @@ There are three ways to implement a new special remote:
is great for prototyping.
2. Writing it in Haskell and adding it to git-annex.
3. Writing a program in any language you like that speaks the
- [[external_special_remote_protocol]].
+ [[design/external_special_remote_protocol]].
The rest of this page concentrates on writing new external special remotes.
It's not hard!