From 7bb598a778c7def4252e216de453309a54e743e4 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Mon, 18 Apr 2011 16:03:22 +0000 Subject: [PATCH] SourceCode changed Corrected git server URL --- SourceCode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceCode.md b/SourceCode.md index 878a8ab8..7700fe4d 100644 --- a/SourceCode.md +++ b/SourceCode.md @@ -13,12 +13,12 @@ All the Qubes code is kept in GIT repositories. We divided the project into seve - `gui.git` -- GUI virtualization, both Dom0 and VM side. - `template-builder.git` - scripts and other files used to create Qubes templates and NetVM images. -You can browse the repositories [​on line via GitWeb](http://qubes-os.org/gitweb/). The Qubes official repositories are in the `mainstream` directory. +You can browse the repositories [​on line via GitWeb](http://git.qubes-os.org/gitweb/). The Qubes official repositories are in the `mainstream` directory. To clone a repository: ``` {.wiki} -git clone git://qubes-os.org/mainstream/.git +git clone git://git.qubes-os.org/mainstream/.git ``` e.g.: