diff --git a/_repo/inventree-zebra-plugin.md b/_repo/inventree-zebra-plugin.md index 8a15e873..49efdf39 100644 --- a/_repo/inventree-zebra-plugin.md +++ b/_repo/inventree-zebra-plugin.md @@ -71,8 +71,8 @@ The name of the class can be freely chosen. You reference to it in the entry_poi The parameters need to be like in the example. Then there is the description block. The keywords are fixed and need to be like that. The values are found in the UI as shown in the pictures below. -![Admin](https://github.com/SergeoLacruz/inventree-zebra-plugin/blob/master/pictures/plugin_admin.png) -![Config](https://github.com/SergeoLacruz/inventree-zebra-plugin/blob/master/pictures/plugin.png) +![Admin](/assets/plugins/plugin_admin.png) +![Config](/assets/plugins/plugin.png) Then we add the configuration parameters. diff --git a/assets/plugins/plugin.png b/assets/plugins/plugin.png new file mode 100644 index 00000000..5b1fe5f3 Binary files /dev/null and b/assets/plugins/plugin.png differ diff --git a/assets/plugins/plugin_admin.png b/assets/plugins/plugin_admin.png new file mode 100644 index 00000000..a0dd8cf9 Binary files /dev/null and b/assets/plugins/plugin_admin.png differ