You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2021/06/27 15:40:12 UTC

[carbondata-site] branch master updated: fix issue

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

chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f35d4f1  fix issue
     new 931fe04  remove incubator This closes #80
f35d4f1 is described below

commit f35d4f14e4df3e862258b2cddadb5a15ead5dc84
Author: Liang Chen <ch...@apache.org>
AuthorDate: Thu Apr 15 15:22:14 2021 +0800

    fix issue
    
    remove incubator
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index eb98f77..c2829f4 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ You need a machine with Maven to build the website.
 Checkout:
 
 ```
-git clone https://git-wip-us.apache.org/repos/asf/incubator-carbondata-site
+git clone https://git-wip-us.apache.org/repos/asf/carbondata-site
 git checkout asf-site
 ```
 
 ## Publish
 
-To publish the local website to the production location (http://carbondata.incubator.apache.org), you have to use:
+To publish the local website to the production location (http://carbondata.apache.org), you have to use:
 
 ```
 mvn install