This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new 53014058 fix readme link to official doc site and new samples repo.
(#495)
53014058 is described below
commit 53014058bac52d74fd98ba94a0a8b0e2c2b92c3e
Author: ma642 <[email protected]>
AuthorDate: Tue Sep 13 15:37:55 2022 +0800
fix readme link to official doc site and new samples repo. (#495)
Co-authored-by: mazhihui <[email protected]>
---
README.md | 4 ++--
README_CN.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index e3c75cd3..ad3ff847 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ English | [中文](./README_CN.md)
# Introduction
-**Dubbo-Go-Pixiu**(official site: https://dubbo-go-pixiu.github.io/) is a
high-performance API gateway and multi-language solution Sidecar in the Dubbo
ecosystem
+**Dubbo-Go-Pixiu**(official site:
https://dubbo.apache.org/zh/docs3-v2/dubbo-go-pixiu/) is a high-performance API
gateway and multi-language solution Sidecar in the Dubbo ecosystem

@@ -18,7 +18,7 @@ It is an open source Dubbo ecosystem API gateway, and also a
sidecar to let othe
## Quick Start
-you can find out all demo in https://github.com/dubbo-go-pixiu/samples.
+you can find out all demo in https://github.com/apache/dubbo-go-pixiu-samples.
download it and operate as below.
#### cd samples dir
diff --git a/README_CN.md b/README_CN.md
index 18efce9a..c57a1bc4 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -7,7 +7,7 @@
# 简介
-**Dubbo-Go-Pixiu**(官网: https://dubbo-go-pixiu.github.io/) 是一款 Dubbo 生态下的高性能
API 网关和多语言解决方案 Sidecar
+**Dubbo-Go-Pixiu**(官网: https://dubbo.apache.org/zh/docs3-v2/dubbo-go-pixiu/)
是一款 Dubbo 生态下的高性能 API 网关和多语言解决方案 Sidecar

Pixiu 是一款开源的 Dubbo 生态的 API 网关和 接入 dubbo 集群的语言解决方案。作为 API 网关形态, Pixiu
能接收外界的网络请求,将其转换为 dubbo 等协议请求,转发给背后集群;作为 Sidecar,Pixiu 期望可以代替代理服务注册到 Dubbo
集群,让多语言服务接入 Dubbo 集群提供更快捷的解决方案
@@ -15,7 +15,7 @@ Pixiu 是一款开源的 Dubbo 生态的 API 网关和 接入 dubbo 集群的语
## 快速开始
-你可以在 https://github.com/dubbo-go-pixiu/samples 中找到所有有关 pixiu
功能的案例,可以按照如下的步骤进行操作。
+你可以在 https://github.com/apache/dubbo-go-pixiu-samples 中找到所有有关 pixiu
功能的案例,可以按照如下的步骤进行操作。
#### 进入示例代码目录