This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0fef9164a [Improve][docs] Change the document to the correct project
name (#143)
0fef9164a is described below
commit 0fef9164abd6707fd381c9c0780bfd006f51c265
Author: TyrantLucifer <[email protected]>
AuthorDate: Sat Aug 6 17:27:49 2022 +0800
[Improve][docs] Change the document to the correct project name (#143)
---
HOW_DOC_WORK.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOW_DOC_WORK.md b/HOW_DOC_WORK.md
index 9e234668d..4481fe3ae 100644
--- a/HOW_DOC_WORK.md
+++ b/HOW_DOC_WORK.md
@@ -8,7 +8,7 @@ Indeed, you could fetch it by your hand, but we provide the
more convenience way
`tools`. It will
* Create the directory named `swap` under your project directory, as well
`docs` and `static/image_en`.
-* Fetch the latest code in codebase repository(apache/dolphinscheduler) to
directory `swap`.
+* Fetch the latest code in codebase repository(apache/seatunnel) to directory
`swap`.
* Sync the latest `incubator-seatunnel/docs/en` and
`incubator-seatunnel/docs/en/image` to directory `docs` and `static/image_en`.
When the main library code is synchronized to the local, HTTP is used by
default as the protocol for git to communicate with the server, because it do
not requests password or secret key. such as local development where we already
have RSA public key, run command `export PROTOCOL_MODE=ssh` in terminal change
protocol to SSH which in is faster and stable in many cases.