From 2d991827a9c2963cdf80d0b1226307d4dc457511 Mon Sep 17 00:00:00 2001 From: keyboardan Date: Thu, 13 Aug 2026 04:08:34 +0000 Subject: [PATCH] Fix author link of security.md The generated link from "author:" header of the security.md wiki article, was pointing to a nonexistent place. Fix it. Signed-off-by: keyboardan --- wiki/source/security.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/source/security.md b/wiki/source/security.md index f313542..7bcd120 100644 --- a/wiki/source/security.md +++ b/wiki/source/security.md @@ -1,6 +1,8 @@ --- title: Editing basic UNIX security the Tilde way -author: michaelcoyote. updated by deepend +author: + - michaelcoyote + - deepend category: tutorials ---