fix link to gopher page (make it relative) - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6c11ce7307941fc7d8d08929b07fd96a51be002d
(DIR) parent aba64f95f1ffa6c0ee720fbfb10810e93a9a53f7
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 20 Nov 2023 21:35:37 +0100
fix link to gopher page (make it relative)
Diffstat:
M output/atom_content.xml | 2 +-
M output/rss_content.xml | 2 +-
M output/youtube-feed.html | 2 +-
M pages/youtube-feed.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -26,7 +26,7 @@ feed from the channel on Youtube.</p>
not needed by this program. It scrapes the metadata of the videos from the
channel its HTML page and uses my custom JSON parser to convert the
Javascript/JSON structure.</p>
-<p>This parser is also used by the <a href="/json2tsv.html">json2tsv</a> tool. It has few dependencies.</p>
+<p>This parser is also used by the <a href="json2tsv.html">json2tsv</a> tool. It has few dependencies.</p>
<h2>Features</h2>
<ul>
<li>Add the video duration to the title to quickly see how long the video is.</li>
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -21,7 +21,7 @@ feed from the channel on Youtube.</p>
not needed by this program. It scrapes the metadata of the videos from the
channel its HTML page and uses my custom JSON parser to convert the
Javascript/JSON structure.</p>
-<p>This parser is also used by the <a href="/json2tsv.html">json2tsv</a> tool. It has few dependencies.</p>
+<p>This parser is also used by the <a href="json2tsv.html">json2tsv</a> tool. It has few dependencies.</p>
<h2>Features</h2>
<ul>
<li>Add the video duration to the title to quickly see how long the video is.</li>
(DIR) diff --git a/output/youtube-feed.html b/output/youtube-feed.html
@@ -53,7 +53,7 @@ feed from the channel on Youtube.</p>
not needed by this program. It scrapes the metadata of the videos from the
channel its HTML page and uses my custom JSON parser to convert the
Javascript/JSON structure.</p>
-<p>This parser is also used by the <a href="/json2tsv.html">json2tsv</a> tool. It has few dependencies.</p>
+<p>This parser is also used by the <a href="json2tsv.html">json2tsv</a> tool. It has few dependencies.</p>
<h2>Features</h2>
<ul>
<li>Add the video duration to the title to quickly see how long the video is.</li>
(DIR) diff --git a/pages/youtube-feed.md b/pages/youtube-feed.md
@@ -8,7 +8,7 @@ not needed by this program. It scrapes the metadata of the videos from the
channel its HTML page and uses my custom JSON parser to convert the
Javascript/JSON structure.
-This parser is also used by the [json2tsv](/json2tsv.html) tool. It has few dependencies.
+This parser is also used by the [json2tsv](json2tsv.html) tool. It has few dependencies.
## Features