From ac4ee63b6cf2fb94813e766f1d24516406f51d6d Mon Sep 17 00:00:00 2001
From: optout <git@archaic.33mail.com>
Date: Sun, 3 Mar 2024 18:41:03 +0000
Subject: [PATCH] Update documentation config hyperlinks

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b7d23db..e37db89 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ### What is the Plague kernel?
 The Plague kernel was initially designed for PlagueOS (hardened Void Linux musl), however the project has taken a life of its own. The kernel is distro-agnostic, therefore it can be ran on Debian, Fedora, Void Linux, and many more. The script detailed below allows for self-compilation of the Plague kernel, along with the option to tailor a custom kernel to your specific hardware.
 
-- [host_hardened.config]() - Feature-complete baseline designed for the host
-- [virt_hardened.config]() - Work-in-progress baseline designed to work within various guest Virtual Machines
+- [host_hardened.config](https://0xacab.org/optout/plague-kernel/-/blob/main/host_hardened.config?ref_type=heads) - Feature-complete baseline designed for the host
+- [virt_hardened.config](https://0xacab.org/optout/plague-kernel/-/blob/main/virt_hardened.config?ref_type=heads) - Work-in-progress baseline designed to work within various guest Virtual Machines
     - Note: This is currently bootable, but a comprehensive test is still needed within a set of VMs. Most notable issues at the moment are video
 
 The script performs a variety of functions:
-- 
GitLab