From 006239913e58861aab907f905e9048b3bc109334 Mon Sep 17 00:00:00 2001 From: Rik Date: Thu, 12 Nov 2020 11:10:58 +0100 Subject: [PATCH] Doc: Update plugins.md (#4074) --- 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 457c32582b..977e57c282 100644 --- a/readme/api/get_started/plugins.md +++ b/readme/api/get_started/plugins.md @@ -35,7 +35,7 @@ Doing so should compile all the files into the `dist/` directory. This is from h ## Testing the plugin -In order to test the plugin, you might want to run Joplin in [Development Mode](https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_mode/). Doing so means that Joplin will run using a different profile, so you can experiment with the plugin without risking to accidentally change or delete your data. +In order to test the plugin, you might want to run Joplin in [Development Mode](https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_mode.md). Doing so means that Joplin will run using a different profile, so you can experiment with the plugin without risking to accidentally change or delete your data. Finally, in order to test the plugin, open the Setting screen, then navigate the the **Plugins** section, and add the plugin path in the **Development plugins** text field. For example, if your plugin project path is `/home/user/src/joplin-plugin`, add this in the text field.