SourceCode changed

Corrected second link to repos ("git." was missing).
This commit is contained in:
Gynvael Coldwind 2011-04-18 21:10:21 +00:00
parent 7bb598a778
commit 6d706d53c1

View File

@ -24,7 +24,7 @@ git clone git://git.qubes-os.org/mainstream/<repo_name>.git <repo_name>
e.g.:
``` {.wiki}
git clone git://qubes-os.org/mainstream/core.git core
git clone git://git.qubes-os.org/mainstream/core.git core
```
Currently the preferred way of contributing to the project is by sending a patch via the project's mailing list (`git format-patch`).