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 2019/04/25 15:51:51 UTC

[geode-site] branch asf-site updated: Geode 1.9: fix a broken link on the Releases page. Make the .htaccess change official.

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9a4b922  Geode 1.9: fix a broken link on the Releases page. Make the .htaccess change official.
9a4b922 is described below

commit 9a4b9221bcc0e22fdede77388d734b25ba7a68a6
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Thu Apr 25 08:51:43 2019 -0700

    Geode 1.9: fix a broken link on the Releases page. Make the .htaccess change official.
---
 .htaccess           | 5 -----
 releases/index.html | 6 ++++--
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.htaccess b/.htaccess
index 6fe9229..b2fef04 100755
--- a/.htaccess
+++ b/.htaccess
@@ -18,8 +18,3 @@ RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
 RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/19/$1
 RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/19/$1
-#
-# Comment-out to see if it alleviates the "too many redirects" error
-#
-# RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
-# RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
diff --git a/releases/index.html b/releases/index.html
index b0c162f..9564dcd 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -463,9 +463,11 @@ dependencies {
         			</br></br>
         		</p>
     			<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>.
+				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/">Fourmilab.ch</a>, <a href="http://www.pc-tools.net/win32/md5sums/">PC-Tools.Net</a>, or <a href="http://www.slavasoft.com/fsum/">SlavaSoft.com</a>.
 				<p>
-					If you want to build directly from source, instructions are within the User Documentation in the <a href="http://geode.apache.org/docs/guide/getting_started/installation/install_standalone.html">How to Install</a> subsection.
+					If you want to build directly from source, see the BUILDING.md file in the top-level source directory.
 				</p>
 			</div>
 		</div>