This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch TLP in repository https://gitbox.apache.org/repos/asf/incubator-streampark-quickstart.git
commit 78bd980ee4e321895e56cd328d0692ab1b4a0b2a Author: benjobs <[email protected]> AuthorDate: Sun Dec 15 10:56:58 2024 +0800 [TLP] remove "incubator" prefix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e04bde..1ba2de3 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ <div align="center"> [](https://www.apache.org/licenses/LICENSE-2.0.html) -[](https://github.com/apache/incubator-streampark/stargazers) -[](https://github.com/apache/incubator-streampark/releases) +[](https://github.com/apache/streampark/stargazers) +[](https://github.com/apache/streampark/releases) [](https://streampark.apache.org/download) [](https://twitter.com/ASFStreamPark) **[Website](https://streampark.apache.org)** | **[Document](https://streampark.apache.org/docs/intro)** | -**[FAQ](https://github.com/apache/incubator-streampark/issues/507)** +**[FAQ](https://github.com/apache/streampark/issues/507)** </div> @@ -71,8 +71,8 @@ ## 🔨 How to Build ```shell -git clone [email protected]:apache/incubator-streampark-quickstart.git -cd incubator-streampark-quickstart +git clone [email protected]:apache/streampark-quickstart.git +cd streampark-quickstart mvn clean install -DskipTests ```
