From 9af08e27a7754431b7b463bc428cb9568f92e56c Mon Sep 17 00:00:00 2001
From: COULAUD Olivier <olivier.coulaud@inria.fr>
Date: Wed, 19 Jan 2022 10:20:22 +0000
Subject: [PATCH] Update README.md

---
 README.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 7c6c11fb6..318d394a2 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,6 @@
 
 ----
 
-:warning: ScalFMM has moved to Inria's GitLab: https://gitlab.inria.fr/solverstack/ScalFMM
-
-----
-
 **ScalFMM** is a C++ library that implements a kernel independent Fast Multipole Method.
 
 
@@ -33,11 +29,12 @@ To use last development states of ScalFMM, please clone the develop
   branch. Note that ScalFMM contains two git submodules `morse_cmake` and `inastemp`.
   To get sources please use these commands:
 ``` bash
-git clone --recursive git@gitlab.inria.fr:solverstack/ScalFMM.git -b develop
+git clone --recursive https://gitlab.inria.fr/solverstack/ScalFMM.git -b develop
 ```
 or
 ```bash
-git clone git@gitlab.inria.fr:solverstack/ScalFMM.git
+git clone https://gitlab.inria.fr/solverstack/ScalFMM.git
+
 cd ScalFMM
 git submodule init
 git submodule update
-- 
GitLab