From c93704c3650c865922689649258be58406e589ba Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Wed, 30 Apr 2014 07:49:50 -0700
Subject: [PATCH] Update hyperlink to Munge

---
 doc/html/accounting.shtml       | 4 ++--
 doc/html/download.shtml         | 4 ++--
 doc/html/quickstart_admin.shtml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/html/accounting.shtml b/doc/html/accounting.shtml
index 442788a8fd0..25c6b7d8a31 100644
--- a/doc/html/accounting.shtml
+++ b/doc/html/accounting.shtml
@@ -117,7 +117,7 @@ users should have consistent names and IDs.</p>
 
 <p>The best way to insure security of the data is by authenticating
 communications to the SlurmDBD and we recommend
-<a href="http://munge.googlecode.com/">MUNGE</a> for that purpose.
+<a href="https://code.google.com/p/munge/">MUNGE</a> for that purpose.
 If you have one cluster managed by SLURM and execute the SlurmDBD
 on that one cluster, the normal MUNGE configuration will suffice.
 Otherwise MUNGE should then be installed on all nodes of all
@@ -770,7 +770,7 @@ as deleted.
 If an entity has existed for less than 1 day, the entity will be removed
 completely. This is meant to clean up after typographic errors.</p>
 
-<p style="text-align: center;">Last modified 3 April 2014</p>
+<p style="text-align:center;">Last modified 30 April 2014</p>
 
 <!--#include virtual="footer.txt"-->
 
diff --git a/doc/html/download.shtml b/doc/html/download.shtml
index beabd07e30d..1ffead136f7 100644
--- a/doc/html/download.shtml
+++ b/doc/html/download.shtml
@@ -33,7 +33,7 @@ a message.</li>
 <li><b>MUNGE</b> (recommended)<br>
 In order to compile the "auth/munge" authentication plugin for SLURM,
 you will need to build and install MUNGE, available from
-<a href="http://munge.googlecode.com/">http://munge.googlecode.com/</a> and
+<a href="https://code.google.com/p/munge/">https://code.google.com/p/munge/</a> and
 <a href="http://packages.debian.org/src:munge">Debian</a> and
 <a href="http://fedoraproject.org/">Fedora</a> and
 <a href="http://packages.ubuntu.com/src:munge">Ubuntu</a>.</li>
@@ -272,6 +272,6 @@ easy and elegantly manner.
 
 </ul>
 
-<p style="text-align:center;">Last modified 26 March 2014</p>
+<p style="text-align:center;">Last modified 30 April 2014</p>
 
 <!--#include virtual="footer.txt"-->
diff --git a/doc/html/quickstart_admin.shtml b/doc/html/quickstart_admin.shtml
index 4a17516a75a..2f57de50618 100644
--- a/doc/html/quickstart_admin.shtml
+++ b/doc/html/quickstart_admin.shtml
@@ -12,7 +12,7 @@ computer platforms.</p>
 <ol>
 <li>Make sure that you have synchronized clocks plus consistent users and groups
 (UIDs and GIDs) across the cluster.</li>
-<li>Install <a href="http://munge.googlecode.com/">MUNGE</a> for
+<li>Install <a href="https://code.google.com/p/munge/">MUNGE</a> for
 authentication. Make sure that all nodes in your cluster have the
 same <i>munge.key</i>. Make sure the MUNGE daemon, <i>munged</i>
 is started before you start the SLURM daemons.</li>
@@ -211,7 +211,7 @@ authentication infrastructure is provided by a dynamically loaded
 plugin chosen at runtime via the <b>AuthType</b> keyword in the SLURM
 configuration file.  Currently available authentication types include
 <a href="http://www.theether.org/authd/">authd</a>,
-<a href="http://munge.googlecode.com/">munge</a>, and none.
+<a href="https://code.google.com/p/munge/">munge</a>, and none.
 The default authentication infrastructure is "munge", but this does
 require the installation of the MUNGE package.
 An authentication type of "none" requires no infrastructure, but permits
@@ -498,7 +498,7 @@ Currently, only three authentication plugins are supported:
 <b>auth/none</b>, <b>auth/authd</b>, and <b>auth/munge</b>.
 The auth/none plugin is built by default, but either
 Brent Chun's <a href="http://www.theether.org/authd/">authd</a>,
-or LLNL's <a href="http://munge.googlecode.com/">MUNGE</a>
+or LLNL's <a href="https://code.google.com/p/munge/">MUNGE</a>
 should be installed in order to get properly authenticated communications.
 Unless you are experience with authd, we recommend the use of MUNGE.
 The configure script in the top-level directory of this distribution will
@@ -737,6 +737,6 @@ options such as mysql and gui tools via a configuration menu.</p>
 
 </pre> <p class="footer"><a href="#top">top</a></p>
 
-<p style="text-align:center;">Last modified 7 April 2014</p>
+<p style="text-align:center;">Last modified 30 April 2014</p>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab