From 5566927155abbdb59a2ad1b0c738bad4524e9b4e Mon Sep 17 00:00:00 2001 From: TomZ Date: Fri, 24 Nov 2017 13:19:21 +0100 Subject: [PATCH] Be consistent. The repo names are given above, but they have to actually have the 'qubes-' prefix to match what actually exists on github --- basics_dev/source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics_dev/source-code.md b/basics_dev/source-code.md index f39a2460..ae1c884a 100644 --- a/basics_dev/source-code.md +++ b/basics_dev/source-code.md @@ -26,7 +26,7 @@ All of our repositories are available under the [QubesOS GitHub account]. To clone a repository: ~~~ -git clone https://github.com/QubesOS/.git +git clone https://github.com/QubesOS/qubes-.git ~~~ e.g.: