From a48ddc43ee0d88afbd380ceb35fe82f937e3408d Mon Sep 17 00:00:00 2001
From: Ali Yassin <ali_yassin@etu.u-bourgogne.fr>
Date: Tue, 23 May 2023 10:21:30 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fad9a95..4550ccb 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ backbone2 = threshold_filter(b, 0.7)
 # extract the backbone keeping a fraction of edges(0.15)
 backbone3 = fraction_filter(b, 0.15)
 ```
-![Les Misérables original network and the extracted backbones](/examples/images/toy.png)
+![Les Misérables original network and the extracted backbones](https://gitlab.liris.cnrs.fr/coregraphie/netbone/-/raw/main/examples/images/toy.png)
 
 ## Citation
 Ali Yassin, Abbas Haidar, Hocine Cherifi et al. An Evaluation Tool for Backbone Extraction Techniques in Weighted Complex Networks, 19 May 2023, PREPRINT (Version 1) available at Research Square [https://doi.org/10.21203/rs.3.rs-2935871/v1]
-- 
GitLab