From 8d83eeef29745752cdf4b7c8fe316a18f7b93dc9 Mon Sep 17 00:00:00 2001 From: Marco De Lucia Date: Wed, 27 Nov 2024 11:23:21 +0100 Subject: [PATCH] fixed links/gitlab group in README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index c84711a..7be9fbf 100644 --- a/README.org +++ b/README.org @@ -39,12 +39,12 @@ need to manually link your application/library to =tug=. - with =ssh=: #+BEGIN_SRC - $ git clone git@git.gfz-potsdam.de:sec34/tug.git + $ git clone git@git.gfz-potsdam.de:naaice/tug.git #+END_SRC - with =https=: #+BEGIN_SRC - $ git clone https://git.gfz-potsdam.de/sec34/tug.git + $ git clone https://git.gfz-potsdam.de/naaice/tug.git #+END_SRC 3. Add the following line into =CMakeLists.txt= file: @@ -85,7 +85,7 @@ the source code documentation of =tug= and the examples in the - [X] 1D diffusion using BTCS - [X] 2D diffusion with ADI - [ ] 3D diffusion (?) -- [X] R-API (see [[https://git.gfz-potsdam.de/sec34/rcppbtcs][RcppBTCS]]) +- [X] R-API (see [[https://git.gfz-potsdam.de/naaice/rcppbtcs][RcppBTCS]]) - [-] Python-API (?) - [X] Testing