This is an automated email from the ASF dual-hosted git repository.
mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 41854ab Update 2.0 warning message (#145)
41854ab is described below
commit 41854abf6c025dc4f32fae6e963c63a5073e2a9e
Author: Mike Miller <[email protected]>
AuthorDate: Mon Jan 28 10:48:27 2019 -0500
Update 2.0 warning message (#145)
---
_layouts/docs-2.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/docs-2.html b/_layouts/docs-2.html
index 7c3bdc7..9661b92 100644
--- a/_layouts/docs-2.html
+++ b/_layouts/docs-2.html
@@ -38,7 +38,7 @@ skiph1fortitle: true
<p>Accumulo {{ page.version }} Documentation >> {{
page.category | capitalize | replace: "-", " " }} >> {{
page.title }}</p>
{% endif %}
- <div class="alert alert-danger" style="margin-bottom: 0px;"
role="alert">This documentation is for a future release of Accumulo! <a
href="{{ site.baseurl }}/{{ site.latest_minor_release
}}/accumulo_user_manual.html">View documentation for the latest
release</a>.</div>
+ <div class="alert alert-danger" style="margin-bottom: 0px;"
role="alert">This documentation is for an alpha release of Accumulo! <a
href="{{ site.baseurl }}/{{ site.latest_minor_release
}}/accumulo_user_manual.html">View documentation for the latest
release</a>.</div>
<div class="row">
<div class="col-md-10"><h1>{{ page.title }}</h1></div>