From 9c8433642fc62d632ece24807c5dfbd7339b0ac1 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 23 Mar 2015 11:30:34 -0700
Subject: [PATCH] Update JSON-C location

This takes the user to the home page rather than the download page.
---
 doc/html/download.shtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/html/download.shtml b/doc/html/download.shtml
index dbcfc95b91d..72d799abe79 100644
--- a/doc/html/download.shtml
+++ b/doc/html/download.shtml
@@ -365,8 +365,8 @@ These plugins are designed to make use of the JSON-C library for this purpose.
 Instructions for the build are as follows:
 <ol>
 <li>Download json-c version 0.12 (or higher) from<br>
-<a href="https://s3.amazonaws.com/json-c_releases/releases/index.html">
-https://s3.amazonaws.com/json-c_releases/releases/index.html</a></li>
+<a href="https://github.com/json-c/json-c/wiki">
+https://github.com/json-c/json-c/wiki</a></li>
 
 <li>Unpackage json-c<br>
 gunzip json-c-0.12.tar.gz<br>
@@ -397,6 +397,6 @@ make -j</li>
 
 </ul>
 
-<p style="text-align:center;">Last modified 12 March 2015</p>
+<p style="text-align:center;">Last modified 23 March 2015</p>
 
 <!--#include virtual="footer.txt"-->
-- 
GitLab