1
0

[HUDI-938] Removing incubating/incubator from project (#1658)

This commit is contained in:
leesf
2020-05-24 18:28:13 +08:00
committed by GitHub
parent f22c3e933e
commit 492f324bc7
8 changed files with 32 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ import java.util.Collections;
import java.util.List;
/**
* Goes through steps described in https://hudi.incubator.apache.org/docker_demo.html
* Goes through steps described in https://hudi.apache.org/docker_demo.html
*
* To run this as a standalone test in the IDE or command line. First bring up the demo setup using
* `docker/setup_demo.sh` and then run the test class as you would do normally.