You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/09/11 18:26:34 UTC

[accumulo-website] branch master updated: fix links in why upgrade to 2.0 blog

This is an automated email from the ASF dual-hosted git repository.

kturner 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 0b8d301  fix links in why upgrade to 2.0 blog
0b8d301 is described below

commit 0b8d30159823d6f758dcebf045a5431f54d625e3
Author: Keith Turner <kt...@apache.org>
AuthorDate: Wed Sep 11 14:26:18 2019 -0400

    fix links in why upgrade to 2.0 blog
---
 _posts/blog/2019-08-12-why-upgrade.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/_posts/blog/2019-08-12-why-upgrade.md b/_posts/blog/2019-08-12-why-upgrade.md
index 12c30f1..cb1023c 100644
--- a/_posts/blog/2019-08-12-why-upgrade.md
+++ b/_posts/blog/2019-08-12-why-upgrade.md
@@ -90,7 +90,7 @@ More examples for [Key] and [Mutation].
 ## Offline creation
 
 Tables can now be created with splits offline.  This frees up online resources to perform other critical operations.
-See the [GitHub issue][offline].
+See {% ghi 573 %}.
 
 ## Search Documentation
 
@@ -121,18 +121,17 @@ to configure the cluster in a way that allows the one fast scan to be prioritize
 
 Checkout some examples in the [user guide][scans].
 
-[FATE]: {% dlink /administration/fate %}
+[FATE]: {% durl /administration/fate %}
 [new-bulk]: https://accumulo.apache.org/release/accumulo-2.0.0/#new-bulk-import-api
 [scripts]: https://accumulo.apache.org/blog/2016/11/16/simpler-scripts-and-config.html
-[summary]: {% dlink /development/summaries %}
+[summary]: {% durl /development/summaries %}
 [client]: {% jurl org.apache.accumulo.core.client.Accumulo %}
 [Key]: https://github.com/apache/accumulo/blob/master/core/src/test/java/org/apache/accumulo/core/data/KeyBuilderTest.java
 [Mutation]: https://static.javadoc.io/org.apache.accumulo/accumulo-core/2.0.0/org/apache/accumulo/core/data/Mutation.html#at()
-[offline]: {% ghi 573 %}
-[manual]: {% dlink /getting-started/quickstart %}
+[manual]: {% durl /getting-started/quickstart %}
 [search]: https://accumulo.apache.org/search/
-[crypto]: {% dlink /security/on-disk-encryption %}
+[crypto]: {% durl /security/on-disk-encryption %}
 [rel]: https://accumulo.apache.org/release/accumulo-2.0.0/
 [zstd]: https://facebook.github.io/zstd/
-[z-config]: {% dlink /configuration/server-properties %}
-[scans]: {% dlink /administration/scan-executors %}
+[z-config]: {% durl /configuration/server-properties %}
+[scans]: {% durl /administration/scan-executors %}