You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/06/14 19:44:53 UTC

[accumulo-website] branch master updated: Update README

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 d0a2fb8  Update README
d0a2fb8 is described below

commit d0a2fb8985e10d56fa19d566b475eb8f158b042a
Author: Mike Miller <mm...@apache.org>
AuthorDate: Fri Jun 14 15:44:50 2019 -0400

    Update README
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 66bcac9..e54582b 100644
--- a/README.md
+++ b/README.md
@@ -61,8 +61,8 @@ regenerate these, do the following.
 ```
 cd <accumulo source dir>
 mvn package -DskipTests
-cp ./core/target/generated-docs/server-properties.md <accumulo website source>/_docs-2/administration
-cp ./core/target/generated-docs/client-properties.md <accumulo website source>/_docs-2/administration
+cp ./core/target/generated-docs/server-properties.md <accumulo website source>/_docs-2/configuration
+cp ./core/target/generated-docs/client-properties.md <accumulo website source>/_docs-2/configuration
 ```
 
 ## Update the production website