From f7993d0bb844dbb96ae794bb8eefbfded40f5535 Mon Sep 17 00:00:00 2001 From: Thomas Hess Date: Sun, 19 Jan 2025 18:46:40 +0100 Subject: [PATCH] Fix: Error in storage paths example in advanced_usage.md Fix file extension in storage path example for sorting by mime type. A file with extension .pdf can't be sorted into the PNGs directory --- docs/advanced_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 76e33b3f1..f7b31c919 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -476,7 +476,7 @@ a document with an ASN of 355 would be placed in `somepath/asn-201-400/asn-3xx/T /{{ title }} ``` -For a PDF document, it would result in `pdfs/Title.pdf`, but for a PNG document, the path would be `pngs/Title.pdf`. +For a PDF document, it would result in `pdfs/Title.pdf`, but for a PNG document, the path would be `pngs/Title.png`. To use custom fields: