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">
 
 
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg?style=for-the-badge&label=license)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![stars](https://img.shields.io/github/stars/apache/streampark?style=for-the-badge&label=stars)](https://github.com/apache/incubator-streampark/stargazers)
-[![Latest 
release](https://img.shields.io/github/v/release/apache/streampark.svg?style=for-the-badge&label=release)](https://github.com/apache/incubator-streampark/releases)
+[![stars](https://img.shields.io/github/stars/apache/streampark?style=for-the-badge&label=stars)](https://github.com/apache/streampark/stargazers)
+[![Latest 
release](https://img.shields.io/github/v/release/apache/streampark.svg?style=for-the-badge&label=release)](https://github.com/apache/streampark/releases)
 [![total 
downloads](https://img.shields.io/github/downloads/apache/streampark/total.svg?style=for-the-badge&label=downloads)](https://streampark.apache.org/download)
 
[![Twitter](https://img.shields.io/twitter/follow/ASFStreamPark?label=follow&logo=twitter&style=for-the-badge)](https://twitter.com/ASFStreamPark)
 
 **[Website](https://streampark.apache.org)**&nbsp;&nbsp;|&nbsp;&nbsp;
 
**[Document](https://streampark.apache.org/docs/intro)**&nbsp;&nbsp;|&nbsp;&nbsp;
-**[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
 ```
 

Reply via email to