From e29faa3fe2e0969d41d5573641e45dca1fe2e316 Mon Sep 17 00:00:00 2001 From: Stefan Wehr Date: Thu, 2 May 2024 14:51:37 +0200 Subject: [PATCH] fix urls to git repo --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 15c44c58..ab4ae1f2 100644 --- a/README.adoc +++ b/README.adoc @@ -68,10 +68,10 @@ Please note: You need to include the submodules "pdf-theme" and "html-theme" in [source,shell] ---- Via SSH: -git clone git@github.com:isaqb-org/curriculum-t3.git --recursive +git clone git@github.com:isaqb-org/curriculum-foundation.git --recursive Via HTTPS: -git clone https://github.com/isaqb-org/curriculum-t3.git --recursive +git clone https://github.com/isaqb-org/curriculum-foundation.git --recursive ---- -- . Initialize and update submodules with `git submodule init` and `git submodule update --recursive --remote`.