diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html
index fdcd0314..826bb85f 100644
--- a/xorriso/xorriso_eng.html
+++ b/xorriso/xorriso_eng.html
@@ -187,15 +187,15 @@ Click on this image to see a screenshot:
ALT="To screenshot of frontend script xorriso-tcltk">
See also file
-
+
frontend/README-tcltk.
The script xorriso-tcltk
is part of the tarball and gets installed by make install. If a
xorriso distro package does not install it, you may get it directly from
-
-libburnia SVN: frontend/xorriso-tcltk
+
+libburnia git: libisoburn/frontend/xorriso-tcltk
You will probably have to give it x-permission after download. Some browsers
insist in adding ".htm" to the file name.
@@ -708,24 +708,24 @@ from repositories of
xorriso is part of libisoburn/trunk and will get built by its "make".
-
Be warned that the libraries in SVN and bzr are development versions with
+Be warned that the libraries in git are development versions with
possibly unstable API/ABI enhancements. Do not distribute development
versions for dynamic linking. Only release versions are safe for that.
-Download: svn co http://svn.libburnia-project.org/libburn/trunk libburn
+Download: git clone https://dev.lovelyhq.com/libburnia/libburn.git
Install: cd libburn ; ./bootstrap ; ./configure --prefix /usr ; make ; make install
Download:
-bzr branch lp:~libburnia-team/libisofs/scdbackup
+git clone https://dev.lovelyhq.com/libburnia/libisofs.git
Install: cd libisofs ; ./bootstrap ; ./configure --prefix /usr ; make ; make install
-Download: svn co http://svn.libburnia-project.org/libisoburn/trunk libisoburn
+Download: git clone https://dev.lovelyhq.com/libburnia/libisoburn.git
Install: cd libisoburn ; ./bootstrap ; ./configure --prefix /usr ; make ; make install
-Build of SVN versions needs autotools of at least version 1.7 installed.
+Build of git versions needs autotools of at least version 1.7 installed.
But after the run of ./bootstrap, only
vanilla tools like make and gcc are needed.