mikewalch closed pull request #390: Minor fix to client properties documentation
URL: https://github.com/apache/accumulo/pull/390
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/core/src/main/java/org/apache/accumulo/core/conf/ClientConfigGenerate.java 
b/core/src/main/java/org/apache/accumulo/core/conf/ClientConfigGenerate.java
index 82188231a5..0d95d2f65b 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/ClientConfigGenerate.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/ClientConfigGenerate.java
@@ -88,7 +88,8 @@ void pageHeader() {
       doc.println("---\n");
       doc.println("<!-- WARNING: Do not edit this file. It is a generated file 
that is copied from Accumulo build (from core/target/generated-docs) -->");
       doc.println("<!-- Generated by : " + getClass().getName() + " -->\n");
-      doc.println("Below are properties set in `accumulo-client.properties` 
that configure Accumulo clients. All properties have been part of the API since 
2.0.0 (unless otherwise specified):\n");
+      doc.println("Below are properties set in `accumulo-client.properties` 
that configure [Accumulo clients]({{ page.docs_baseurl 
}}/getting-started/clients#connecting). "
+          + "All properties have been part of the API since 2.0.0 (unless 
otherwise specified):\n");
       doc.println("| Property | Default value | Since | Description |");
       doc.println("|----------|---------------|-------|-------------|");
     }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to