Skip to content

Commit

Permalink
Fix link address. (sofastack#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan committed May 13, 2019
1 parent 2536ae0 commit f19e2d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/alipay/sofa-rpc.svg?branch=master)](https://travis-ci.org/alipay/sofa-rpc)
[![Coverage Status](https://codecov.io/gh/alipay/sofa-rpc/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-rpc)
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/alipay/sofa-rpc/releases)
[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/sofastack/sofa-rpc/releases)

## Overview

Expand All @@ -23,7 +23,7 @@ SOFARPC is a high-performance, high-extensibility, production-level Java RPC fra

## Related Projects

- [sofa-rpc-boot-project](https://github.com/alipay/sofa-rpc-boot-projects) SOFABoot projects for SOFARPC, include starter and samples.
- [sofa-rpc-boot-project](https://github.com/sofastack/sofa-rpc-boot-projects) SOFABoot projects for SOFARPC, include starter and samples.

## Requirements

Expand Down Expand Up @@ -52,4 +52,4 @@ Runtime requirement: JDK 8 or above.

## License

SOFARPC is licensed under the [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE), and SOFARPC uses some third-party components, you can view their open source license here [NOTICE](https://www.sofastack.tech/sofa-rpc/docs/NOTICE?lang=en).
SOFARPC is licensed under the [Apache License 2.0](https://github.com/sofastack/sofa-rpc/blob/master/LICENSE), and SOFARPC uses some third-party components, you can view their open source license here [NOTICE](https://www.sofastack.tech/sofa-rpc/docs/NOTICE?lang=en).
6 changes: 3 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/alipay/sofa-rpc.svg?branch=master)](https://travis-ci.org/alipay/sofa-rpc)
[![Coverage Status](https://codecov.io/gh/alipay/sofa-rpc/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-rpc)
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/alipay/sofa-rpc/releases)
[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/sofastack/sofa-rpc/releases)

SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。在蚂蚁金服 SOFARPC 已经经历了十多年及五代版本的发展。SOFARPC 致力于简化应用之间的 RPC 调用,为应用提供方便透明、稳定高效的点对点远程服务调用方案。为了用户和开发者方便的进行功能扩展,SOFARPC 提供了丰富的模型抽象和可扩展接口,包括过滤器、路由、负载均衡等等。同时围绕 SOFARPC 框架及其周边组件提供丰富的微服务治理方案。

Expand All @@ -21,7 +21,7 @@ SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。

## 关联项目

- [sofa-rpc-boot-project](https://github.com/alipay/sofa-rpc-boot-projects) SOFABoot 扩展项目,包括 starter 工程及使用示例。
- [sofa-rpc-boot-project](https://github.com/sofastack/sofa-rpc-boot-projects) SOFABoot 扩展项目,包括 starter 工程及使用示例。

## 需要

Expand Down Expand Up @@ -54,4 +54,4 @@ SOFARPC 最早源于阿里内部的 HSF,非常感谢毕玄创造了 HSF,使

## 开源许可

SOFARPC 基于 [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE) 协议,SOFARPC 依赖了一些三方组件,它们的开源协议参见[依赖组件版权说明](http://www.sofastack.tech/sofa-rpc/docs/NOTICE)
SOFARPC 基于 [Apache License 2.0](https://github.com/sofastack/sofa-rpc/blob/master/LICENSE) 协议,SOFARPC 依赖了一些三方组件,它们的开源协议参见[依赖组件版权说明](http://www.sofastack.tech/sofa-rpc/docs/NOTICE)
8 changes: 4 additions & 4 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>5.6.0-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<url>http://github.com/alipay/sofa-rpc</url>
<url>http://github.com/sofastack/sofa-rpc</url>
<description>A high-performance, high-extensibility, production-level Java RPC framework.</description>

<inceptionYear>2008</inceptionYear>
Expand Down Expand Up @@ -44,9 +44,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/alipay/sofa-rpc.git</connection>
<developerConnection>scm:git:ssh://github.com/alipay/sofa-rpc.git</developerConnection>
<url>http://github.com/alipay/sofa-rpc/tree/master</url>
<connection>scm:git:git://github.com/sofastack/sofa-rpc.git</connection>
<developerConnection>scm:git:ssh://github.com/sofastack/sofa-rpc.git</developerConnection>
<url>http://github.com/sofastack/sofa-rpc/tree/master</url>
</scm>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.junit.Test;

/**
* 测试 https://github.com/alipay/sofa-rpc/issues/367
* 测试 https://github.com/sofastack/sofa-rpc/issues/367
*/
public class TestRejectionOrder {

Expand Down
2 changes: 1 addition & 1 deletion example/src/test/java/com/alipay/sofa/rpc/protobuf/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# CHANGE USER_DIR to your project address
#export USER_DIR="~/workspace/github.com/alipay/sofa-rpc"
#export USER_DIR="~/workspace/github.com/sofastack/sofa-rpc"
export USER_DIR="/Users/zhanggeng/workspace/github.com/ujjboy/sofa-rpc-stable"
export PROTO_PATH="${USER_DIR}/example/src/test/java/com/alipay/sofa/rpc/protobuf"
export OUTPUT_PATH="${USER_DIR}/example/src/test/java"
Expand Down

0 comments on commit f19e2d2

Please sign in to comment.