Repository: accumulo-website Updated Branches: refs/heads/asf-site 03f666e43 -> 9d4f10e9c refs/heads/master c7de9288f -> 3b7b2c65c
Fixed future doc warning text Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/3b7b2c65 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/3b7b2c65 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/3b7b2c65 Branch: refs/heads/master Commit: 3b7b2c65c863570b28abfa39324742958769a02c Parents: c7de928 Author: Mike Walch <[email protected]> Authored: Fri Jun 2 11:44:05 2017 -0400 Committer: Mike Walch <[email protected]> Committed: Fri Jun 2 11:44:05 2017 -0400 ---------------------------------------------------------------------- _layouts/docs-unreleased.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/3b7b2c65/_layouts/docs-unreleased.html ---------------------------------------------------------------------- diff --git a/_layouts/docs-unreleased.html b/_layouts/docs-unreleased.html index a31d43f..5410885 100644 --- a/_layouts/docs-unreleased.html +++ b/_layouts/docs-unreleased.html @@ -39,7 +39,7 @@ skiph1fortitle: true {% endif %} {% unless page.nodoctitle %} - <div class="alert alert-danger" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="{{ site.baseurl }}/{{ site.latest_minor_release }}/accumulo_user_manual.html">documentation for the latest release</a>.</div> + <div class="alert alert-danger" 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> <h1>{{ page.title }}</h1> {% endunless %}
