diff options
Diffstat (limited to 'doc/special_remotes/external.mdwn')
-rw-r--r-- | doc/special_remotes/external.mdwn | 2 |
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! |