From e1251e8417d8e1d71fe3ac4f45fb1439c3d02f67 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmail.com> Date: Sat, 6 May 2017 11:47:40 +0200 Subject: [PATCH] Update plugin_development.md --- doc/plugin_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugin_development.md b/doc/plugin_development.md index 12faaf00..83fb9c8d 100644 --- a/doc/plugin_development.md +++ b/doc/plugin_development.md @@ -64,7 +64,7 @@ The `filename_uic.py` file should be imported in the file using the designed wid [dialog of the example plugin](https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/main_dialog.py) The `filename_rc.py` file should be imported in the `__init__.py` file, on the last line. See the -[__init__.py of the example plugin](https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/__init__.py#L28) +[\__init__.py of the example plugin](https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/__init__.py#L28) ### To generate your plugin -- GitLab