diff --git a/doc/plugin_development.md b/doc/plugin_development.md index 12faaf00071e0e946381656c987380a570799a11..83fb9c8d39fb8abfe3963856c78885b637d348c0 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