From 987890ba984112d83888243f5fd3079ee5726113 Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Mon, 12 Oct 2020 11:40:06 +0300 Subject: [PATCH] Docs: Fixed broken link in plugins.md (#3901) The link to the plugin tutorial was broken. --- readme/api/get_started/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/api/get_started/plugins.md b/readme/api/get_started/plugins.md index 01c261252d4..50e546c9bc3 100644 --- a/readme/api/get_started/plugins.md +++ b/readme/api/get_started/plugins.md @@ -43,5 +43,5 @@ Restart the app, and Joplin should load the plugin and execute its `onStart` han # Next steps -- You might want to check the [plugin tutorial](https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin/) to get a good overview of how to create a complete plugin and how to use the plugin API. +- You might want to check the [plugin tutorial](https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md) to get a good overview of how to create a complete plugin and how to use the plugin API. - For more information about the plugin API, check the [Plugin API reference](https://joplinapp.org/api/references/plugin_api/classes/joplin.html).