This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 08b6d10 Releases page is not at /releases/ (#144)
08b6d10 is described below
commit 08b6d1017684c0038487efefa3b7b0c4dfb28b69
Author: Mike Walch <[email protected]>
AuthorDate: Tue Mar 13 17:08:28 2018 -0400
Releases page is not at /releases/ (#144)
* Cleaned up Fluo description on releases page
---
_fluo-1-2/administration/run-fluo-in-yarn.md | 2 +-
_layouts/default.html | 2 +-
_layouts/release.html | 4 ++--
index.html | 2 +-
pages/download.md | 2 +-
pages/{release.md => releases.md} | 5 +++--
6 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/_fluo-1-2/administration/run-fluo-in-yarn.md
b/_fluo-1-2/administration/run-fluo-in-yarn.md
index 0d01958..66088ce 100644
--- a/_fluo-1-2/administration/run-fluo-in-yarn.md
+++ b/_fluo-1-2/administration/run-fluo-in-yarn.md
@@ -98,7 +98,7 @@ When you want you stop your Fluo application, use the the
YARN resource manager
[initialize]: {{ page.docs_base }}/administration/initialize
[manage]: {{ page.docs_base }}/administration/manage-applications
[latest release]: /release/fluo-yarn-{{ site.latest_fluo_yarn_release }}/
-[archive]: /release/
+[archive]: /releases/
[fluo-yarn-env.sh]: {{ page.github_yarn}}/distribution/conf/fluo-yarn-env.sh
[fluo-yarn.properties]: {{
page.github_yarn}}/distribution/conf/fluo-yarn.properties
[log4j.properties]: {{ page.github_yarn}}/distribution/conf/log4j.properties
diff --git a/_layouts/default.html b/_layouts/default.html
index 2797ad7..1cbf262 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -32,7 +32,7 @@
</div>
<div class="collapse navbar-collapse js-navbar-collapse"
style="margin-top: 20px">
<ul class="navbar-nav nav">
- <li><a href="{{ site.baseurl }}/release/">Releases</a></li>
+ <li><a href="{{ site.baseurl }}/releases/">Releases</a></li>
<li><a href="{{ site.baseurl }}/tour/">Tour</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown"
href="#">Docs<span class="caret"></span></a>
diff --git a/_layouts/release.html b/_layouts/release.html
index be8f5b1..513d7dd 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -8,7 +8,7 @@ layout: default
</div>
{% if page.draft %}
-<div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">These
are draft release notes for a future release! <a href="{{ site.baseurl
}}/release/">View the latest releases</a>.</div>
+<div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">These
are draft release notes for a future release! <a href="{{ site.baseurl
}}/releases/">View the latest releases</a>.</div>
{% endif %}
{% if page.historical %}
@@ -20,5 +20,5 @@ layout: default
</div>
<div>
- <p class="text-muted">View all releases in the <a href="{{ site.baseurl
}}/release/">release archive</a></p>
+ <p class="text-muted">View all releases in the <a href="{{ site.baseurl
}}/releases/">archive</a></p>
</div>
diff --git a/index.html b/index.html
index 3662dbb..1a16e62 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ html_title_override: true
<div class="col-sm-8">
<div id="welcome-jumbotron" class="jumbotron" style="text-align: center">
<h3>Apache Fluo™ lets users make incremental updates to large data
sets stored in Apache Accumulo</h3>
- <a style="margin-right: 20px" href="{{ site.baseurl }}/release/"
class="btn btn-success btn-sm navbar-btn"><i class="fa fa-download fa-lg"></i>
Download</a>
+ <a style="margin-right: 20px" href="{{ site.baseurl }}/releases/"
class="btn btn-success btn-sm navbar-btn"><i class="fa fa-download fa-lg"></i>
Download</a>
<a style="margin-right: 20px" href="https://github.com/apache/fluo"
target="_blank" class="btn btn-default btn-sm navbar-btn"><i class="fa
fa-github fa-lg"></i> GitHub</a>
<a href="https://twitter.com/apachefluo" target="_blank" class="btn
btn-primary btn-sm navbar-btn"><i class="fa fa-twitter fa-lg"></i> Follow</a>
</div>
diff --git a/pages/download.md b/pages/download.md
index 3787c6a..e11b8ef 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -2,7 +2,7 @@
layout: page
title: Download Apache Fluo
permalink: /download/
-redirect_to: /release/
+redirect_to: /releases/
---
This page should redirect to the latest Apache Fluo release.
diff --git a/pages/release.md b/pages/releases.md
similarity index 89%
rename from pages/release.md
rename to pages/releases.md
index 5ef531c..3cbed9a 100644
--- a/pages/release.md
+++ b/pages/releases.md
@@ -1,7 +1,8 @@
---
layout: default
title: Releases
-permalink: "/release/"
+permalink: /releases/
+redirect_from: /release/
---
## Current
@@ -10,7 +11,7 @@ permalink: "/release/"
<a href="/release/fluo-{{ site.latest_fluo_release }}">
<div class="col-sm-4 btn btn-info">
<h3>Fluo {{ site.latest_fluo_release }}</h3>
- <p>Core project containing 'fluo' command to initialize<br>
applications, start oracle and worker processes, and<br>manage running
applicaitons.</p>
+ <p>Core project containing 'fluo' command that initializes<br>
applications, starts oracle and worker processes, and<br>manages running
applications</p>
</div>
</a>
<a href="/release/fluo-yarn-{{ site.latest_fluo_yarn_release }}">
--
To stop receiving notification emails like this one, please contact
[email protected].