fix link
authorJoey Hess <joeyh@joeyh.name>
Wed, 30 Oct 2024 18:06:51 +0000 (14:06 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 30 Oct 2024 18:06:51 +0000 (14:06 -0400)
doc/tips/client_side_upload_to_a_special_remote.mdwn

index 25df9bf30e3b5670cece660d7c01f20d3ccfa9c4..c31a4156fee6ecaddec189c492b0d98467b3a8d2 100644 (file)
@@ -24,7 +24,7 @@ bucket.
 Along with the S3 bucket, you will need a server set up, which is where
 git-annex will run in a git repository. Set up the S3 special remote there.
 And make git-annex on the server a
-[proxy|git-annex-updateproxy]] for the S3 special remote:
+[[proxy|git-annex-updateproxy]] for the S3 special remote:
 
     git-annex initremote s3 type=S3 exporttree=yes encryption=none bucket=mybucket
     git config remote.s3.annex-proxy true