From 0e8ff2f5cf8aa4cd7ceaed8fba44e0aa8a93767c Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sat, 8 May 2021 19:40:16 +0200 Subject: [PATCH] Update readme.md --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index 1276db7..84beadc 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -321,7 +321,7 @@ async createPNG(templatePath?:string) Returns a blob containing a PNG image of the generated drawing. ## Examples -### [Mindmap with Dataview]([[dataviewjs.md]]) +### [Mindmap with Dataview](dataviewjs) ### Insert new drawing into currently edited document This template will prompt you for the title of the drawing. It will create a new drawing with the provided title, and in the folder of the document you were editing. It will then transclude the new drawing at the cursor location and open the new drawing in a new workspace leaf by splitting the current leaf.