From ea4877b18ec0ce68f47e45dbea03fa23a806ea54 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 8 Jul 2020 10:20:09 +0000 Subject: [PATCH] --- Libburn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libburn.md b/Libburn.md index 203c043..d55fa8a 100644 --- a/Libburn.md +++ b/Libburn.md @@ -23,7 +23,7 @@ Its DVD and BD capabilities are learned from studying the code of has been taken from `dvd+rw-tools`, though. The underlying knowledge about drive control and media types is collected in -[doc/cookbook.txt](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/doc/cookbook.txt). +[doc/cookbook.txt](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/doc/cookbook.txt). But it should by no means be necessary to study this in order to understand the API and the usage of libburn. @@ -32,12 +32,12 @@ the API and the usage of libburn. For an overview of the drive/media models see "General information paragraphs" in [man cdrskin](http://scdbackup.sourceforge.net/man_1_cdrskin.html) The API of libburn is documented in -[libburn/libburn.h](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/libburn/libburn.h). +[libburn/libburn.h](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/libburn/libburn.h). Small demo applications named -[libburner](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/libburner.c) +[libburner](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/test/libburner.c) and -[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/telltoc.c) +[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/test/telltoc.c) show how to burn and how to inquire drive and loaded medium. On base of libburn there is a cdrecord emulation named [cdrskin](Cdrskin)