Repository: mahout Updated Branches: refs/heads/master b9895898d -> 4c1d12e39
WEBSITE-NOJIRA Fix Download link, etc. Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/4c1d12e3 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/4c1d12e3 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/4c1d12e3 Branch: refs/heads/master Commit: 4c1d12e39801ca7e2fa1170190d77e150ff11d66 Parents: b989589 Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Thu Dec 21 19:42:45 2017 -0600 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Thu Dec 21 19:42:45 2017 -0600 ---------------------------------------------------------------------- website/_includes/doc-navbar.html | 2 +- website/_layouts/home.html | 2 +- website/build_site.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/4c1d12e3/website/_includes/doc-navbar.html ---------------------------------------------------------------------- diff --git a/website/_includes/doc-navbar.html b/website/_includes/doc-navbar.html index 899f742..e080bf8 100644 --- a/website/_includes/doc-navbar.html +++ b/website/_includes/doc-navbar.html @@ -92,7 +92,7 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">API /docs</a> <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> - <a class="dropdown-item" href="/docs/latest/0.13.0/api/index.html">0.13.0</a> + <a class="dropdown-item" href="/docs/0.13.0/api/index.html">0.13.0</a> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/4c1d12e3/website/_layouts/home.html ---------------------------------------------------------------------- diff --git a/website/_layouts/home.html b/website/_layouts/home.html index 65f82fe..57820aa 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="/downloads"><i class="fa fa-download"></i> Download Mahout</a> + <a class="btn btn-lg btn-light btn-download mb-3" href="/general/downloads"><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/4c1d12e3/website/build_site.sh ---------------------------------------------------------------------- diff --git a/website/build_site.sh b/website/build_site.sh index b451e08..9d6c9bc 100755 --- a/website/build_site.sh +++ b/website/build_site.sh @@ -24,7 +24,7 @@ if [ ! -d "$WORKDIR/docs/$MAHOUT_VERSION/api" ]; then DISTPATH=https://dist.apache.org/repos/dist/release/mahout/$MAHOUT_VERSION/$DISTFILE # Copy API docs into _site - wget --directory-prefix=$WORKDIR $DISTPATH + wget -q --directory-prefix=$WORKDIR $DISTPATH tar -C $WORKDIR -xzf $WORKDIR/$DISTFILE apache-mahout-distribution-$MAHOUT_VERSION/docs mkdir -p $WORKDIR/docs/$MAHOUT_VERSION/api mv $WORKDIR/apache-mahout-distribution-$MAHOUT_VERSION/docs $WORKDIR/docs/$MAHOUT_VERSION/api
