From 25604980ea6a66e2118d8235147401be2d985029 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Oct 2024 14:06:51 -0400 Subject: [PATCH] fix link --- doc/tips/client_side_upload_to_a_special_remote.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/client_side_upload_to_a_special_remote.mdwn b/doc/tips/client_side_upload_to_a_special_remote.mdwn index 25df9bf30e..c31a4156fe 100644 --- a/doc/tips/client_side_upload_to_a_special_remote.mdwn +++ b/doc/tips/client_side_upload_to_a_special_remote.mdwn @@ -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