This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
commit 93cd638c0c0a65e4baadc9fcda0f33d9508ca880 Author: baoliang <[email protected]> AuthorDate: Wed Nov 6 19:53:26 2019 +0800 update --- docs/en-us/developer_guide/backend-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-us/developer_guide/backend-development.md b/docs/en-us/developer_guide/backend-development.md index 937cf07..72fc0f6 100755 --- a/docs/en-us/developer_guide/backend-development.md +++ b/docs/en-us/developer_guide/backend-development.md @@ -13,7 +13,7 @@ For those who are not familiar with maven, please refer to: [maven in five minut http://maven.apache.org/install.html ## Project compilation -After importing the EasyScheduler source code into the development tools such as Idea, first convert to the Maven project (right click and select "Add Framework Support") +After importing the DolphinScheduler source code into the development tools such as Idea, first convert to the Maven project (right click and select "Add Framework Support") * Execute the compile command:
