From 8fc90a270183d7c1aac6fbfe19555f2864cd8694 Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Fri, 29 Nov 2019 21:12:13 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8ebe422..46e1735 100644 --- a/readme.md +++ b/readme.md @@ -115,7 +115,7 @@ $data = Lapse::io($objects, ...) The keys created by the plugin are [tagged with the current language](https://github.com/bnomei/kirby3-lapse/blob/master/classes/Lapse.php#L181). You will get a different cache value for each language. #### AutoID -If you use the AutoID plugin the modification timestamps will be retrieved at almost zero-cpu-cost and not causing the file to be checked on disk. +If you use the [AutoID plugin](https://github.com/bnomei/kirby3-autoid) the modification timestamps will be retrieved at almost zero-cpu-cost and not causing the file to be checked on disk. ## FAQ