From 7481fbcb8e67007587e020fcfeb8c5ec90967f21 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 8 Jul 2020 10:25:05 +0000 Subject: [PATCH] --- Xorriso.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xorriso.md b/Xorriso.md index 220f55d..bb68a8b 100644 --- a/Xorriso.md +++ b/Xorriso.md @@ -31,11 +31,11 @@ related to [libisoburn](Libisoburn) which hosts source and object code of xorriso. The dynamically linked binary of xorriso is therefore very lean. All xorriso features may be used by other programs via a C language API -[libisoburn/xorriso.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/xorriso/xorriso.h). +[libisoburn/xorriso.h](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/xorriso/xorriso.h). Another approach for frontends via a pair of pipes and xorriso dialog mode is demonstrated by -[xorriso-tcltk](https://dev.lovelyhq.com/libburnia/libisoburn/raw/HEAD/frontend/README-tcltk) +[xorriso-tcltk](https://dev.lovelyhq.com/libburnia/libisoburn/raw/branch/master/frontend/README-tcltk) See this [screenshot of xorriso-tcltk](http://www.gnu.org/software/xorriso/xorriso-tcltk-screen.gif). -----------------