From 46b836ecff8938054a6c0771268dcd55c382b32d Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Mon, 3 Aug 2020 15:12:40 +0000
Subject: [PATCH] fix: path to image

---
 source/import_documentation/Widgets/Reference.rst | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst
index 1649283..a402e39 100644
--- a/source/import_documentation/Widgets/Reference.rst
+++ b/source/import_documentation/Widgets/Reference.rst
@@ -6,18 +6,9 @@ The name of the widget is analyzed to build a widget which uses the features and
 
 Here is a schema of how it works:
 
-.. figure:: ../../../_static/images/import_documentation/widgets-api-developers.png
+.. figure:: ../../_static/images/import_documentation/Widgets-API-Developers.png
    :alt: Widget API 1
 
-.. figure:: ./../_static/images/import_documentation/widgets-api-developers.png
-   :alt: Widget API 2
-
-.. figure:: ./../../_static/images/import_documentation/widgets-api-developers.png
-   :alt: Widget API 3
-
-.. figure:: /_static/images/import_documentation/widgets-api-developers.png
-   :alt: Widget API 4
-
 A widget is built like this.
 
 ``solid-[type]-[template]-[features]``
-- 
GitLab