From 23bb21f955e2690fd196fcf16caf36fd69d3cbe8 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Fri, 3 Nov 2023 08:27:30 +0000
Subject: [PATCH] Fix images links

---
 docs/usage/predict/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/usage/predict/index.md b/docs/usage/predict/index.md
index b04defa4..ee93c7e1 100644
--- a/docs/usage/predict/index.md
+++ b/docs/usage/predict/index.md
@@ -82,7 +82,7 @@ It will create the following JSON file named after the image and a GIF showing a
 }
 ```
 
-<img src="../../../assets/example_line.gif" />
+<img src="../../assets/example_line.gif" />
 
 ### Predict with confidence scores and word-level attention maps
 
@@ -111,7 +111,7 @@ It will create the following JSON file named after the image and a GIF showing a
 }
 ```
 
-<img src="../../../assets/example_word.gif" >
+<img src="../../assets/example_word.gif" >
 
 ### Predict with line-level attention maps and extract polygons
 
@@ -160,7 +160,7 @@ It will create the following JSON file named after the image and a GIF showing a
 }
 ```
 
-<img src="../../../assets/example_line_polygon.gif" >
+<img src="../../assets/example_line_polygon.gif" >
 
 ### Predict with an external n-gram language model
 
-- 
GitLab