diff options
| -rw-r--r-- | cpphomepage.buetow.org/content/Download.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml index 4391c1b..05b77e0 100644 --- a/cpphomepage.buetow.org/content/Download.xml +++ b/cpphomepage.buetow.org/content/Download.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> <content> - <pagetitle>Download through SVN (Subversion)</pagetitle> - <text>cpphomepage can be downloaded from SVN. Use the following steps to do so:</text> - <pretext>svn co https://ssl.buetow.org/repos/utils/cpphomepage</pretext> + <pagetitle>Download through Git</pagetitle> + <text>cpphomepage can be downloaded from Git. Use the following steps to do so:</text> + <pretext>git clone git://git.buetow.org/cpphomepage.git</pretext> </content> |
