summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://fiatjaf.gmail.com.questo.email/ <http://fiatjaf.gmail.com.questo.email/@web>2014-12-26 00:26:17 +0000
committerGravatar admin <admin@branchable.com>2014-12-26 00:26:17 +0000
commit646dff0fcbb4f4e58b0988d77083ec1bf50bd3e2 (patch)
treedd3d76929d4876636344974f098a7aa2cb4e4515
parent394f5b97795b7178f9c9f702ace07bb434ff99d7 (diff)
files -> urls
-rw-r--r--doc/tips/publishing_your_files_to_the_public.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/publishing_your_files_to_the_public.mdwn b/doc/tips/publishing_your_files_to_the_public.mdwn
index fc054370f..3845ae3e9 100644
--- a/doc/tips/publishing_your_files_to_the_public.mdwn
+++ b/doc/tips/publishing_your_files_to_the_public.mdwn
@@ -46,7 +46,7 @@ To share all the links in a given folder, for example, you can go to that folder
The same applies to all the filters you can do with git-annex.
For example, let's share links to all the files whose _author_'s name starts with "Mario" and are, in fact, stored at your public-s3 remote.
-However, instead of just a list of links we will output a markdown-formatted list of the filenames linked to their S3 files:
+However, instead of just a list of links we will output a markdown-formatted list of the filenames linked to their S3 urls:
for filename in (git annex find --metadata "author=Mario*" --and --in public-s3)
echo "* ["$filename"](https://public-annex.s3.amazonaws.com/"(git annex lookupkey $filename)")"