Discussion:
mahout git commit: WEBSITE-NOJIRA Direct download on homepage button
r***@apache.org
2017-12-22 04:03:11 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/master 84f389140 -> 7dff35bc3


WEBSITE-NOJIRA Direct download on homepage button


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/7dff35bc
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/7dff35bc
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/7dff35bc

Branch: refs/heads/master
Commit: 7dff35bc3c61c3e0b95e8e59406742be15203a69
Parents: 84f3891
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Thu Dec 21 22:03:02 2017 -0600
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Thu Dec 21 22:03:02 2017 -0600

----------------------------------------------------------------------
website/_layouts/home.html | 2 +-
website/general/mailing-lists.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/7dff35bc/website/_layouts/home.html
----------------------------------------------------------------------
diff --git a/website/_layouts/home.html b/website/_layouts/home.html
index 57820aa..7d03b9d 100644
--- a/website/_layouts/home.html
+++ b/website/_layouts/home.html
@@ -15,7 +15,7 @@ layout: default
<div class="mahout-header-lower">
<div class="container position-relative mb-auto">
<h2 class="mb-4">For Creating Scalable Performant Machine Learning Applications</h2>
- <a class="btn btn-lg btn-light btn-download mb-3" href="/general/downloads"><i class="fa fa-download"></i> Download Mahout</a>
+ <a class="btn btn-lg btn-light btn-download mb-3" href="http://mirror.stjschools.org/public/apache/mahout/{{ site.mahout-version }}/apache-mahout-distribution-{{ site.mahout-version }}.tar.gz"><i class="fa fa-download"></i> Download Mahout</a>
<div class="small text-white mx-auto">Currently v{{ site.mahout-version }}</div>
</div>
</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/7dff35bc/website/general/mailing-lists.md
----------------------------------------------------------------------
diff --git a/website/general/mailing-lists.md b/website/general/mailing-lists.md
index 8593b5c..d39170e 100644
--- a/website/general/mailing-lists.md
+++ b/website/general/mailing-lists.md
@@ -1,5 +1,5 @@
---
-layout: default
+layout: page
title: Mailing Lists, IRC and Archives

Loading...