From 6f98e9f5097c47f63a1e7f501d742db515c866f9 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 28 Jul 2022 18:35:46 +0200 Subject: [PATCH] Fix repository URL for code.cacert.org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f116e1..9ac270a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Clone the repository ``` -git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git -cd cacert-oidc-parent +git clone --recurse-submodules https://code.cacert.org/cacert/oidc-parent.git +cd oidc-parent # cause pull, fetch and other git commands to consider submodules git config submodule.recurse true ```