From 53a6f3da4f5412b4002c95a58793c15a4a0a013b Mon Sep 17 00:00:00 2001 From: Karen Miller Date: Wed, 4 May 2016 15:33:54 -0700 Subject: [PATCH] GEODE-1028: Fix broken link on website's Releases page The new link goes directly to the page that explains how to build from source. --- geode-site/website/content/releases/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geode-site/website/content/releases/index.html b/geode-site/website/content/releases/index.html index 33640bbbabb2..9e7cc8e3c7b4 100644 --- a/geode-site/website/content/releases/index.html +++ b/geode-site/website/content/releases/index.html @@ -173,7 +173,7 @@

General Availability (GA) Releases - Geod

Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here.

- If you want to build directly from the sources, please check the Project Docs. + If you want to build directly from source, instructions are within the User Documentation in the How to Install subsection.