gopher lawn patch: fix vi tutorial links - gopher-lawn - The gopher lawn gopher… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 7c068c60fad4125b89dc9c2f0ef773c8ba344497 | |
parent 4fddcbd9dced039ec9c08b97c68968588cf4cc78 | |
Author: [email protected] <[email protected]> | |
Date: Wed, 9 Nov 2022 06:23:00 +0100 | |
gopher lawn patch: fix vi tutorial links | |
From 5ef24d7465aa18700a0035d08f45a3e74c9c2ac2 Mon Sep 17 00:00:00 2001 | |
From: Ben Collver <[email protected]> | |
Date: Tue, 8 Nov 2022 21:18:28 -0800 | |
Subject: [PATCH] Change type of vi advanced & beginner tutorials from link to | |
text. | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M db/gopher.black-vi-advanced-tutori… | 2 +- | |
M db/gopher.black-vi-beginner-tutori… | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/db/gopher.black-vi-advanced-tutorial.link b/db/gopher.black-vi-adv… | |
@@ -1,4 +1,4 @@ | |
-Type: link | |
+Type: text | |
Selector: /archive/vi/vi.advanced | |
Host: gopher.black | |
Port: 70 | |
diff --git a/db/gopher.black-vi-beginner-tutorial.link b/db/gopher.black-vi-beg… | |
@@ -1,4 +1,4 @@ | |
-Type: link | |
+Type: text | |
Selector: /archive/vi/vi.beginner | |
Host: gopher.black | |
Port: 70 |