You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2016/05/04 23:37:51 UTC

incubator-geode git commit: GEODE-1028: Fix broken link on website's Releases page

Repository: incubator-geode
Updated Branches:
  refs/heads/develop a45f452d1 -> fdf9e9aa4


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.

This closes #140.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fdf9e9aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fdf9e9aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/fdf9e9aa

Branch: refs/heads/develop
Commit: fdf9e9aa4df4781e6525ffe38e1336a5057196db
Parents: a45f452
Author: Karen Miller <km...@pivotal.io>
Authored: Wed May 4 15:33:54 2016 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed May 4 16:37:32 2016 -0700

----------------------------------------------------------------------
 geode-site/website/content/releases/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fdf9e9aa/geode-site/website/content/releases/index.html
----------------------------------------------------------------------
diff --git a/geode-site/website/content/releases/index.html b/geode-site/website/content/releases/index.html
index 33640bb..9e7cc8e 100644
--- a/geode-site/website/content/releases/index.html
+++ b/geode-site/website/content/releases/index.html
@@ -173,7 +173,7 @@ under the License. -->
     			<p>
 					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 <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/md5sums/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.
 				<p>
-					If you want to build directly from the sources, please check the <a href="/docs/getting-up-and-running-locally/">Project Docs</a>.
+					If you want to build directly from source, instructions are within the User Documentation in the <a href="http://geode.docs.pivotal.io/docs/getting_started/installation/install_standalone.html">How to Install</a> subsection.
 				</p>
 			</div>
 		</div>