From 66ad358abc9e97db94db57f552ccb1cf293dba4c Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 27 Jan 2021 10:33:38 +0100 Subject: [PATCH] fix docu hyperlink --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1f8cf2..d17ebb5 100644 --- a/README.md +++ b/README.md @@ -279,8 +279,8 @@ jack.write_all(b"./my_tdm_data_directory/") ``` The interface allows to construct customized file/column headers from any -meta-data and provide these headers for usage in file output (for an example -see [customized filehader](python/custom.py)). +meta-data and provide these headers for usage in file output (see the +[example](python/custom.py)). ## References