From b7616bfac2045f60deed6d529fd21524fe32d0f0 Mon Sep 17 00:00:00 2001
From: monj <monj@dtu.dk>
Date: Tue, 31 Aug 2021 08:10: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 a3d5694..2cdb375 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This repository contains tutorials for the using the layered surface detection tool. Included is a Jupyter notebook entitled _LayeredSurfaceDetection_tutorial.ipynb_ which contains a short tutorial on applying the tool to a 2D dataset. A Python file containing some helper functions that are used in the tutorial is also included in _helpers.py_.
 
-These tutorials will hopefully give you an understanding of how to apply the Layered Surface tool to image data so that you can use the tool on your own datasets. You can open them at [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Flab.compute.dtu.dk%2FQIM%2Ftutorials%2Flayered-surfaces/HEAD).
+These tutorials will give you an understanding of how to apply the Layered Surface tool to image data so that you can use the tool on your own datasets. You can open them at [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Flab.compute.dtu.dk%2FQIM%2Ftutorials%2Flayered-surfaces/HEAD).
 
 For local installation, you need to be sure to install the slgbuilder Python package using, `pip install slgbuilder`.
 
-- 
GitLab