From 283c659aaebe55000262615874ce195018976fdb Mon Sep 17 00:00:00 2001 From: Ali Yassin <ali_yassin@etu.u-bourgogne.fr> Date: Tue, 23 May 2023 10:24:29 +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 4550ccb..b4f1c80 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pip install git+https://gitlab.liris.cnrs.fr/coregraphie/netbone ## Usage/Examples -To see a more detailed example, please refer to the example notebook [here](examples/example.ipynb). However, here is a simple example using a backbone extraction method and three filters that are available: +To see a more detailed example, please refer to the example notebook [here](https://gitlab.liris.cnrs.fr/coregraphie/netbone/-/blob/main/examples/example.ipynb). However, here is a simple example using a backbone extraction method and three filters that are available: ``` import netbone as nb import networkx as nx -- GitLab