You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/10/25 07:02:20 UTC

[dolphinscheduler-website] branch master updated: fix blog img link error (#467)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e0c0f79  fix blog img link error (#467)
e0c0f79 is described below

commit e0c0f7951ee501b0c53c39b744049c0815bd9b73
Author: Kirs <ac...@163.com>
AuthorDate: Mon Oct 25 15:02:13 2021 +0800

    fix blog img link error (#467)
    
    * fix blog img link error
    
    * fix blog img link error
    
    * fix blog img link error
---
 .../en-us/Introducing Apache DolphinScheduler 1.3.9.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md b/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md
index 3f29119..e082e7b 100644
--- a/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md	
+++ b/blog/en-us/Introducing Apache DolphinScheduler 1.3.9.md	
@@ -1,10 +1,10 @@
-#Introducing Apache DolphinScheduler 1.3.9, StandaloneServer is Available!
+# Introducing Apache DolphinScheduler 1.3.9, StandaloneServer is Available!
 
 [![_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg](https://imgpp.com/images/2021/10/25/_5fc2f5f0697d2457db591583571c1a50_25072.md.jpg)](https://imgpp.com/image/OQFd4)
 
 On October 22, 2021, we are excited to announce the release of Apache DolphinScheduler 1.3.9. After a month and a half,Apache DolphinScheduler 1.3.9 brings StandaloneServer to users with the joint efforts of the community. StandaloneServer is a major update of this version, which means a huge leap in ease of use, and the details will be introduced below. In addition, this upgrade also fixes two critical bugs in 1.3.8.
 
-## 1.3.9 Download:[https://dolphinscheduler.apache.org/zh-cn/download/download.html](https://dolphinscheduler.apache.org/zh-cn/download/download.html)
+## 1.3.9 Download:[1.3.9 Download Link](https://dolphinscheduler.apache.org/en-us/download/download.html)
 
 In 1.3.9, the main updates include:
 
@@ -24,11 +24,11 @@ sh ./bin/dolphinscheduler-daemon.sh start standalone-server
 
 It shows that 1.3.9 reduces the configuration cost through built-in components. You only need to configure the jdk environment to start the DolphinScheduler system with one click, thereby improving the efficiency of research and development. For detailed usage documents, please refer to: link to be added.
 
-https://imgpp.com/images/2021/10/25/1151635131488_.pic.md.jpg
+ <img src="/img/login_en.png" width="60%" />
 
 Access the front page address, interface IP (self-modified) [http://192.168.xx.xx:12345/dolphinscheduler](http://192.168.xx.xx:12345/dolphinscheduler), with the default name and password:admin/dolphinscheduler123.
 
-The detailed user docs for Standalone, please refer to:[https://dolphinscheduler.apache.org/zh-cn/docs/1.3.9/user_doc/standalone-server.html](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.9/user_doc/standalone-server.html)
+The detailed user docs for Standalone, please refer to:[1.3.9 standalone-server](https://dolphinscheduler.apache.org/en-us/docs/1.3.9/user_doc/standalone-server.html)
 
 ## Optimization and Fix
 
@@ -53,7 +53,7 @@ Apache DolphinScheduler is a distributed and extensible workflow scheduler platf
 
 DolphinScheduler assembles Tasks in the form of DAG (Directed Acyclic Graph), which can monitor the running status of tasks in real time. At the same time, it supports operations such as retry, recovery from designated nodes, suspend and Kill tasks, and focuses on the following 6 capabilities :
 
-https://imgpp.com/images/2021/10/25/WechatIMG89.md.jpg
+<img src="https://imgpp.com/images/2021/10/25/WechatIMG89.md.jpg" width="60%" />
 
 
 ## 2 Partial User Cases
@@ -69,13 +69,13 @@ With the prosperity of open source in China, the Apache DolphinScheduler communi
 There are many ways to participate in and contribute to the Apache DolphinScheduler Community, including:
 
 * Contribute to the first PR (document, code). We hope it to be simple and a try to get yourself familiar with the submission process and community collaboration.
-* We have compiled a list of issues suitable for novices: [https://github.com/apache/dolphinscheduler/issues/5689](https://github.com/apache/dolphinscheduler/issues/5689)
-* And a list of issues for non-newbie: [https://github.com/apache/dolphinscheduler/issues?q=is%3Aopen+is%3Aissue+label%3A%22volunteer+wanted%22](https://github.com/apache/dolphinscheduler/issues?q=is%3Aopen+is%3Aissue+label%3A%22volunteer+wanted%22)
-* How to participate in the contribution: [https://dolphinscheduler.apache.org/en-us/community/development/contribute.html](https://dolphinscheduler.apache.org/en-us/community/development/contribute.html)
+* We have compiled a list of issues suitable for novices: [Good First Issues](https://github.com/apache/dolphinscheduler/issues/5689)
+* And a list of issues for non-newbie: [Volunteer Wanted](https://github.com/apache/dolphinscheduler/issues?q=is%3Aopen+is%3Aissue+label%3A%22volunteer+wanted%22)
+* How to participate in the contribution: [Participate in Contributing](https://dolphinscheduler.apache.org/en-us/community/development/contribute.html)
 
 Apache DolphinScheduler Community needs you! Even if a small piece of tile will make a big differnce.
 
-If you are interested in contributing code we created [good first issues ](https://github.com/apache/dolphinscheduler/issues/5689)to get you started. If you have any questions about [code](https://github.com/apache/dolphinscheduler), [installation](https://dolphinscheduler.apache.org/en-us/download/download.html), and [docs](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/quick-start.html) please do not hesitate to reach out to us on [slack](https://app.slack.com/client/T0 [...]
+If you are interested in contributing code we created [Good First Issues ](https://github.com/apache/dolphinscheduler/issues/5689) to get you started. If you have any questions about [code](https://github.com/apache/dolphinscheduler), [installation](https://dolphinscheduler.apache.org/en-us/download/download.html), and [docs](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/quick-start.html) please do not hesitate to reach out to us on [slack](https://app.slack.com/client/T [...]
 
 **Community Official Website**