Repository: accumulo-website Updated Branches: refs/heads/asf-site 95390d0bb -> 206ddcd60 refs/heads/master cb209b3ec -> 7676fd523
ACCUMULO-4547 Fix broken links on website Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/7676fd52 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/7676fd52 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/7676fd52 Branch: refs/heads/master Commit: 7676fd523cd1972a657fe6825683000fdee400bb Parents: cb209b3 Author: Christopher Tubbs <[email protected]> Authored: Wed Jan 4 15:09:07 2017 -0500 Committer: Christopher Tubbs <[email protected]> Committed: Wed Jan 4 15:09:07 2017 -0500 ---------------------------------------------------------------------- _posts/release/2016-09-06-accumulo-1.8.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/7676fd52/_posts/release/2016-09-06-accumulo-1.8.0.md ---------------------------------------------------------------------- diff --git a/_posts/release/2016-09-06-accumulo-1.8.0.md b/_posts/release/2016-09-06-accumulo-1.8.0.md index cade1c4..28ba7a7 100644 --- a/_posts/release/2016-09-06-accumulo-1.8.0.md +++ b/_posts/release/2016-09-06-accumulo-1.8.0.md @@ -191,6 +191,6 @@ HDFS High-Availability instances, forcing NameNode failover. [THRIFT-0.9.3-RN]: https://github.com/apache/thrift/blob/0.9.3/CHANGES [api]: https://github.com/apache/accumulo/blob/1.8/README.md#api [semver]: http://semver.org -[sample]: ../1.8/examples/sample -[ITER_TEST]: ../1.8/accumulo_user_manual.html#_iterator_testing -[RFILE_API]: ../1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html +[sample]: {{ site.baseurl }}/1.8/examples/sample +[ITER_TEST]: {{ site.baseurl }}/1.8/accumulo_user_manual.html#_iterator_testing +[RFILE_API]: {{ site.baseurl }}/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html
