From e9d3ca84b4071d680945f438d94353c37247a513 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Sat, 11 May 2024 19:31:54 +0200 Subject: [PATCH] Fix path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbf84da..35af884 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,5 @@ mastodon-markdown-archive \ By default, this tool uses the [post.tmp](./files/templates/post.tmpl) template to create the markdown file. A different template can be used by passing its path to `--template`. -For information about variables and functions available in the template context, refer to the `Write` method in [files.go](files/files.go#L104-L110). +For information about variables and functions available in the template context, refer to the `Write` method in [files.go](files/files.go#L95-L101).