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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new a92c8fc  Change repo from ShannonDing to apache
a92c8fc is described below

commit a92c8fc664eb0a28bf246491785e71621ba89407
Author: ShannonDing <[email protected]>
AuthorDate: Tue Jul 30 17:57:48 2019 +0800

    Change repo from ShannonDing to apache
---
 README.md           | 6 +++---
 doc/Introduction.md | 2 +-
 doc/QuickStart.md   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d5ad80e..f7e8de7 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 # rocketmq-ons-cpp
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![TravisCI](https://travis-ci.org/ShannonDing/rocketmq-ons-cpp.svg)](https://travis-ci.org/ShannonDing/rocketmq-ons-cpp)
+[![TravisCI](https://travis-ci.org/apache/rocketmq-ons-cpp.svg)](https://travis-ci.org/apache/rocketmq-ons-cpp)
 
 A full-fledged ONS C/C++ SDK out of its Java Counterpart taking advantage of 
GraalVM technology.
 
 ----------
 ## Quick Start
-* [Quick 
start](https://github.com/ShannonDing/rocketmq-ons-cpp/blob/master/doc/QuickStart.md)
 using binary library directly in [Release 
Version](https://github.com/ShannonDing/rocketmq-ons-cpp/releases)
-* Step-by-step instruction are provided in [RocketMQ ONS CPP 
Introduction](https://github.com/ShannonDing/rocketmq-ons-cpp/blob/master/doc/Introduction.md).
+* [Quick 
start](https://github.com/apache/rocketmq-ons-cpp/blob/master/doc/QuickStart.md)
 using binary library directly in [Release 
Version](https://github.com/apache/rocketmq-ons-cpp/releases)
+* Step-by-step instruction are provided in [RocketMQ ONS CPP 
Introduction](https://github.com/apache/rocketmq-ons-cpp/blob/master/doc/Introduction.md).
 * Consult [RocketMQ Quick 
Start](https://rocketmq.apache.org/docs/quick-start/) to setup rocketmq broker 
and nameserver.
 
 ----------
diff --git a/doc/Introduction.md b/doc/Introduction.md
index e0c0335..89c1346 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -1,7 +1,7 @@
 # rocketmq-ons-cpp
 A full-fledged ONS C/C++ SDK out of its Java Counterpart taking advantage of 
GraalVM technology.
 
-You can [quick start 
demos](https://github.com/ShannonDing/rocketmq-ons-cpp/blob/master/doc/QuickStart.md)
 by release binary, and also you can build it step by step as below.
+You can [quick start 
demos](https://github.com/apache/rocketmq-ons-cpp/blob/master/doc/QuickStart.md)
 by release binary, and also you can build it step by step as below.
 
 ----------
 ## Prerequisites
diff --git a/doc/QuickStart.md b/doc/QuickStart.md
index b10283e..b5d8b35 100644
--- a/doc/QuickStart.md
+++ b/doc/QuickStart.md
@@ -2,7 +2,7 @@
 -------------
 #### 1. 版本包介绍
 
-下载对应操作系统内核的[版本](https://github.com/ShannonDing/rocketmq-ons-cpp/releases)后进行解压,会有如下目录结构:
 
+下载对应操作系统内核的[版本](https://github.com/apache/rocketmq-ons-cpp/releases)后进行解压,会有如下目录结构:
 
 ```
 demos/
 include/

Reply via email to