From ced8dc1aa422588a80da8980926695a01444eb25 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 11 Jul 2021 09:11:39 +0000
Subject: [PATCH] Links angepasst
---
public_html/baum-statisch.html | 6 +++---
public_html/index.html | 2 +-
README.md | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b3d2185..1ed9401 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# Baum-Demo
-Code zum Artikel [Web-Botanik: Hierarchische Daten als Baum darstellen](/data/doc/2021/07/web-botanik.html)
\ No newline at end of file
+Code zum Artikel [Web-Botanik: Hierarchische Daten als Baum darstellen](/data/doc/2021/07/web-botanik.adoc)
\ No newline at end of file
diff --git a/public_html/baum-statisch.html b/public_html/baum-statisch.html
index f314620..5d30248 100644
--- a/public_html/baum-statisch.html
+++ b/public_html/baum-statisch.html
@@ -6,7 +6,7 @@
-->
<html>
<head>
- <title>Baum-Demo</title>
+ <title>Baum-Demo statisch</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalabe=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -14,11 +14,11 @@
</head>
<body>
<div>
- <h4>Baum-Demo</h4>
+ <h4>Baum-Demo (statisch)</h4>
</div>
<p>
- Demo zum Artikel <a href="">hier noch nennen</a>.
+ Demo zum Artikel <a href="/data/doc/2021/07/web-botanik.adoc">Web-Botanik: Hierarchische Daten als Baum darstellen</a>.
</p>
<div class="baum">
diff --git a/public_html/index.html b/public_html/index.html
index a8b9c3c..00cea77 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -17,7 +17,7 @@
<h4>Baum-Demo</h4>
</div>
<p>
- Demo zum Artikel <a href="">hier noch nennen</a>.
+ Demo zum Artikel <a href="/data/doc/2021/07/web-botanik.adoc">Web-Botanik: Hierarchische Daten als Baum darstellen</a>.
</p>
<div class="msg"></div>
<div class="baum"></div>
--
Gitblit v1.9.3