From a431d3bd9ddf8177303b0bb077e6614a2fde58d2 Mon Sep 17 00:00:00 2001
From: Christopher Ruwisch <christopher.ruwisch@gmail.com>
Date: Wed, 5 Feb 2025 21:33:12 +0100
Subject: [PATCH] fix broken links due to missing site_url on mkdocs.yml

---
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index 5ecc4d5..2b44914 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -18,6 +18,7 @@
 site_name: UNICADO                        # The name of the site, displayed in the header.
 repo_url: https://git.rwth-aachen.de/unicado/unicado-package  # Link to the Git repository, will appear in the header.
 repo_name: UNICADO Repository             # Name for the Git repository link in the header.
+site_url: "https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/" # The actual site url -> IMPORTANT: site-urls relies on this (site: will be replaced directly)!
 
 # === Site configuration ===
 markdown_extensions:
-- 
GitLab