From 8d2adc5f08d29124eceba2c1ff262a7c765d5665 Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Thu, 26 Oct 2017 16:28:19 -0600
Subject: [PATCH] Fix header documentation link.

There is no /slurm page, this was missed in the new style conversion.
---
 doc/html/header.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/html/header.txt b/doc/html/header.txt
index a4125a5a180..645cf329203 100644
--- a/doc/html/header.txt
+++ b/doc/html/header.txt
@@ -46,7 +46,7 @@
 
 		<div class="site-masthead">
 			<h1 class="site-masthead__title site-masthead__title--slurm">
-				<a href="/slurm" rel="home">
+				<a href="/" rel="home">
 					<span class="slurm-logo">Slurm Workload Manager</span>
 				</a>
 			</h1>
@@ -64,7 +64,7 @@
 			<h2 class="site-nav__title">Navigation</h2>
 
 			<div class="slurm-title">
-				<div class="slurm-logo"><a href="/slurm">Slurm Workload Manager</a></div>
+				<div class="slurm-logo"><a href="/">Slurm Workload Manager</a></div>
 				<div class="slurm-title__version">Version @SLURM_VERSION@</div>
 			</div>
 
-- 
GitLab