From 9b944e71e12706f3e0deaa19f5055f46592242c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Dec 2013 14:15:01 -0400 Subject: [PATCH] fix link --- doc/special_remotes/external.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/special_remotes/external.mdwn b/doc/special_remotes/external.mdwn index a51f9243cd..c4df03a166 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!