From 367708d05bff98b6d6c02796e87a8ee168b6104e Mon Sep 17 00:00:00 2001 From: David Pape Date: Thu, 27 Feb 2025 09:03:13 +0100 Subject: [PATCH] Fix GitHub link in start docs --- docs/source/dev/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/dev/start.md b/docs/source/dev/start.md index 17607101..b24f1b85 100644 --- a/docs/source/dev/start.md +++ b/docs/source/dev/start.md @@ -30,7 +30,7 @@ You can either download it as a zipped package or clone the whole Git repository You can clone the repository and enter the project directory as follows: ```shell -git clone https://gitlab.com/hermes-hmc/hermes.git +git clone https://github.com/softwarepub/hermes.git cd hermes ```