From 8f49d603306bd209c0037521969fcae2fd6665ec Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 25 Nov 2023 16:21:54 +0100 Subject: [PATCH] docs: use full subdomain link for main website Signed-off-by: Thomas Lamprecht --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ea760e04..f85cd187 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,7 +199,7 @@ html_theme_options = { 'show_powered_by': False, 'extra_nav_links': { - 'Proxmox Homepage': 'https://proxmox.com', + 'Proxmox Homepage': 'https://www.proxmox.com', 'PDF': 'proxmox-backup.pdf', 'API Viewer' : 'api-viewer/index.html', 'Prune Simulator' : 'prune-simulator/index.html',