From a0b19fefdfb87f986487808d5dd8720676e01604 Mon Sep 17 00:00:00 2001 From: keongalvin Date: Fri, 8 Dec 2023 01:00:13 +0800 Subject: [PATCH] docs: fix broken link --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index fc40963f0..a15cc5188 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -1614,7 +1614,7 @@ json.dump(o, sys.stdout, indent="\t") ``` You can find this example (slightly expanded) in the rclone source code at -[bin/test_metadata_mapper.py](https://github.com/rclone/rclone/blob/master/test_metadata_mapper.py). +[bin/test_metadata_mapper.py](https://github.com/rclone/rclone/blob/master/bin/test_metadata_mapper.py). If you want to see the input to the metadata mapper and the output returned from it in the log you can use `-vv --dump mapper`.