From 0f848bf4d14b5f75020e736e1b4efc5fbc8e0233 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Fri, 15 Jan 2016 13:27:58 +0100
Subject: [PATCH] Link corrections

---
 Doc/Makefile    | 2 +-
 Doc/preface.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Makefile b/Doc/Makefile
index 8560dca35..c27a927bc 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -56,7 +56,7 @@ videoformats:$(mp4Set)
 
 all: ${BUILDROOT}/stage1
 	cd ${BUILDROOT}; tar c- ${DOCMODULES} | tar -x -C webhelp
-	cd ${BUILDROOT};zip -r webhelp/webhelp.zip webhelp -x webhelp/webhelp.zip
+	cd ${BUILDROOT};zip -r webhelp/lectures.zip webhelp -x webhelp/lectures.zip
 #	cd ${BUILDROOT}; tar c- ${DOCMODULES} | tar -x -C ${BUILDNAVI} 
 
 ${BUILDROOT}/${SCRIPTBASENAME}_print.xml \
diff --git a/Doc/preface.xml b/Doc/preface.xml
index 3fd14eefd..273733521 100644
--- a/Doc/preface.xml
+++ b/Doc/preface.xml
@@ -24,7 +24,7 @@
 
     <glossentry>
       <glossterm><uri
-      xlink:href="https://freedocs.mi.hdm-stuttgart.de/webhelp">https://freedocs.mi.hdm-stuttgart.de/mobil</uri></glossterm>
+      xlink:href="https://freedocs.mi.hdm-stuttgart.de/mobil">https://freedocs.mi.hdm-stuttgart.de/mobil</uri></glossterm>
 
       <glossdef>
         <para>Online documentation providing simplified navigation suitable
-- 
GitLab