Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 8d39aff

Browse files
authored
Fix link address. (#180)
1 parent dd9267d commit 8d39aff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Build Status](https://travis-ci.org/alipay/sofa-rpc-boot-projects.svg?branch=master)](https://travis-ci.org/alipay/sofa-rpc-boot-projects)
44
[![Coverage Status](https://codecov.io/gh/alipay/sofa-rpc-boot-projects/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-rpc-boot-projects)
55
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
6-
[![Release](https://img.shields.io/github/release/alipay/sofa-rpc-boot-projects.svg)](https://github.com/alipay/sofa-rpc-boot-projects/releases)
6+
[![Release](https://img.shields.io/github/release/alipay/sofa-rpc-boot-projects.svg)](https://github.com/sofastack/sofa-rpc-boot-projects/releases)
77

88
## 概述
99

1010
### rpc-sofa-boot-starter
11-
[SOFABoot](https://github.com/alipay/sofa-boot) 是一个完全兼容 SpringBoot 的开发框架,`rpc-sofa-boot-starter` 的作用就是将 [SOFARPC](https://github.com/alipay/sofa-rpc) 功能集成到 SOFABoot 中。`rpc-sofa-boot-starter` 提供了统一方便的编程界面、配置方式,同时提供了 SOFABoot 的健康检查,类隔离,日志空间隔离等基础能力。
11+
[SOFABoot](https://github.com/sofastack/sofa-boot) 是一个完全兼容 SpringBoot 的开发框架,`rpc-sofa-boot-starter` 的作用就是将 [SOFARPC](https://github.com/sofastack/sofa-rpc) 功能集成到 SOFABoot 中。`rpc-sofa-boot-starter` 提供了统一方便的编程界面、配置方式,同时提供了 SOFABoot 的健康检查,类隔离,日志空间隔离等基础能力。
1212

1313

1414
### rpc-sofa-boot-samples
@@ -36,5 +36,5 @@
3636
[如何参与代码贡献](http://www.sofastack.tech/sofa-rpc/docs/Contributing)
3737

3838
## 开源许可
39-
基于 [Apache License 2.0](https://github.com/alipay/sofa-rpc-boot-projects/blob/master/LICENSE) 协议。
39+
基于 [Apache License 2.0](https://github.com/sofastack/sofa-rpc-boot-projects/blob/master/LICENSE) 协议。
4040

sofa-boot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>rpc-sofa-boot-core</artifactId>
1313
<version>5.5.3-SNAPSHOT</version>
1414

15-
<url>https://github.com/alipay/sofa-rpc</url>
15+
<url>https://github.com/sofastack/sofa-rpc</url>
1616

1717
<properties>
1818
<java.version>1.6</java.version>

sofa-boot-samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 如何在 SOFABoot 环境中使用 SOFARPC
22

33
## 简介
4-
该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/alipay/sofa-rpc)[SOFABoot](https://github.com/alipay/sofa-boot)
4+
该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/sofastack/sofa-rpc)[SOFABoot](https://github.com/sofastack/sofa-boot)
55

66
## 在本地启动Zookeeper
77
在运行本示例工程之前,需要先在本地启动一个 Zookeeper 服务端。本工程已经提供了一个 Zookeeper 的启动类,运行该类的主函数即可:

sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>rpc-sofa-boot-starter</artifactId>
1313
<version>5.5.3-SNAPSHOT</version>
1414

15-
<url>https://github.com/alipay/sofa-rpc</url>
15+
<url>https://github.com/sofastack/sofa-rpc</url>
1616

1717
<properties>
1818
<java.version>1.6</java.version>

0 commit comments

Comments
 (0)