This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 34c500d6ad Update build.md (#2513)
34c500d6ad is described below
commit 34c500d6ad891ed934532a06382ac0d31acf0228
Author: Mford Jody <[email protected]>
AuthorDate: Tue Apr 11 09:31:34 2023 +0800
Update build.md (#2513)
---
content/zh-cn/docsv2.7/dev/build.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh-cn/docsv2.7/dev/build.md
b/content/zh-cn/docsv2.7/dev/build.md
index d74c43edbc..2182c83510 100644
--- a/content/zh-cn/docsv2.7/dev/build.md
+++ b/content/zh-cn/docsv2.7/dev/build.md
@@ -15,7 +15,7 @@ weight: 1
通过以下的这个命令签出最新的项目源码 [^1]:
```sh
-git clone https://github.com/apache/dubbo.git dubbo
+git clone https://github.com/apache/dubbo.git
```
## 分支
@@ -87,4 +87,4 @@ mvn eclipse:configure-workspace
-Declipse.workspace=/path/to/the/workspace/
```
[^1]: 也可以直接在 https://github.com/apache/dubbo 上浏览源代码
-[^2]: UNIX 下的路径是 ${HOME}/.m2/repository, Windows 下的路径是 C:\Documents and
Settings\<user>\.m2\repository
\ No newline at end of file
+[^2]: UNIX 下的路径是 ${HOME}/.m2/repository, Windows 下的路径是 C:\Documents and
Settings\<user>\.m2\repository