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

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


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

commit e27a62000954b3fd7f315f1e981204c973e4cefd
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Apr 25 08:35:35 2019 -0700

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

diff --git a/website/content/.htaccess b/website/content/.htaccess
index 9a0d6ff..b2fef04 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -18,6 +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
-# Following lines ma cause a "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/website/content/releases/index.html 
b/website/content/releases/index.html
index f6c7e69..4c4e725 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -386,9 +386,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>

Reply via email to