This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2b3c585 修改saga -> pack (#164)
2b3c585 is described below
commit 2b3c585136a9ea73cc0d7a01dbf5e96ddc9909ec
Author: fff <[email protected]>
AuthorDate: Wed Jan 30 09:05:23 2019 +0800
修改saga -> pack (#164)
---
_developers/cn/contributing.md | 2 +-
_developers/contributing.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_developers/cn/contributing.md b/_developers/cn/contributing.md
index a058c22..36300cf 100755
--- a/_developers/cn/contributing.md
+++ b/_developers/cn/contributing.md
@@ -32,7 +32,7 @@ last_modified_at: 2018-05-20T19:18:43+08:00
## 如果发现了一个Bug或问题
-请提交一个新的Issue在我们的[issue
tracker](https://issues.apache.org/jira/browse/SCB)上,如果您能够提供一个JUnit测试用例来复现这个问题,那么我们就能够更快的解决它,例如已经有的[例子](https://github.com/apache/servicecomb-saga/tree/master/alpha/alpha-core/src/test/java/org/apache/servicecomb/saga/alpha/core),并且我们还能够持续的确认这个问题不会再次出现在未来的版本中。
+请提交一个新的Issue在我们的[issue
tracker](https://issues.apache.org/jira/browse/SCB)上,如果您能够提供一个JUnit测试用例来复现这个问题,那么我们就能够更快的解决它,例如已经有的[例子](https://github.com/apache/servicecomb-pack/tree/master/alpha/alpha-core/src/test/java/org/apache/servicecomb/pack/alpha/core),并且我们还能够持续的确认这个问题不会再次出现在未来的版本中。
## 编写代码
diff --git a/_developers/contributing.md b/_developers/contributing.md
index 0452f2e..f105732 100755
--- a/_developers/contributing.md
+++ b/_developers/contributing.md
@@ -32,7 +32,7 @@ Most of the documentation is stored as the markdown text, you
can edit this page
Please raise a new issue in our [issue
tracker](https://issues.apache.org/jira/browse/SCB)
If you can create a JUnit test case then your issue is more likely to be
resolved quicker.
-e.g. take a look at some of the existing [unit tests
cases](https://github.com/apache/servicecomb-saga/tree/master/alpha/alpha-core/src/test/java/org/apache/servicecomb/saga/alpha/core)
+e.g. take a look at some of the existing [unit tests
cases](https://github.com/apache/servicecomb-pack/tree/master/alpha/alpha-core/src/test/java/org/apache/servicecomb/pack/alpha/core)
Then we can add your issue to git and then we'll know when its really fixed
and we can ensure that the problem stays fixed in future releases.
## Working on the code