From e6238a4f44ff0fad7dd9383bc2ebd4359c8cfd80 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Tue, 18 Sep 2012 10:03:37 -0700
Subject: [PATCH] Correct path in Cray web page

---
 doc/html/cray.shtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/html/cray.shtml b/doc/html/cray.shtml
index 606310eddc7..10a4e8a9b23 100644
--- a/doc/html/cray.shtml
+++ b/doc/html/cray.shtml
@@ -280,7 +280,7 @@ login: # munge -n | unmunge
 <p>When done, verify network connectivity by executing the following (the
 Munged daemon must be started on the other-login-host as well):
 <ul>
-<li><i>munge -n | ssh other-login-host /opt/slurm/munge/bin/unmunge</i></li>
+<li><i>munge -n | ssh other-login-host /opt/munge/bin/unmunge</i></li>
 </ul>
 
 <h3>Enable the Cray job service</h3>
@@ -642,6 +642,6 @@ allocation.</p>
 
 <p class="footer"><a href="#top">top</a></p>
 
-<p style="text-align:center;">Last modified 17 September 2012</p></td>
+<p style="text-align:center;">Last modified 18 September 2012</p></td>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab