You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/06/19 04:29:35 UTC

[shardingsphere-elasticjob-lite] branch master updated: Minor updates in README.md (#790) (#791)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new 811275d  Minor updates in README.md (#790) (#791)
811275d is described below

commit 811275d8ca017534ddfe661005ba93b8dcb6e057
Author: Tboy <gu...@immomo.com>
AuthorDate: Fri Jun 19 12:29:27 2020 +0800

    Minor updates in README.md (#790) (#791)
---
 README.md    | 14 +++++++-------
 README_ZH.md | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index d0eee1d..7be1e6b 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Elastic-Job-Lite and Elastic-Job-Cloud provide unified API. Developers only need
 
 ## Elastic-Job-Lite
 
-![Elastic-Job-Lite Architecture](http://elasticjob.io/docs/elastic-job-lite/img/architecture/elastic_job_lite.png)
+![Elastic-Job-Lite Architecture](docs/static/img/architecture/elastic_job_lite.png)
 
 
 # [Release Notes](https://github.com/elasticjob/elastic-job/releases)
@@ -95,14 +95,14 @@ public class MyElasticJob implements SimpleJob {
 <?xml version="1.0" encoding="UTF-8"?>
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns:reg="http://elaticjob.shardingsphere.apache.org/schema/reg"
-    xmlns:job="http://elaticjob.shardingsphere.apache.org/schema/job"
+    xmlns:reg="http://elasticjob.shardingsphere.apache.org/schema/reg"
+    xmlns:job="http://elasticjob.shardingsphere.apache.org/schema/job"
     xsi:schemaLocation="http://www.springframework.org/schema/beans
                         http://www.springframework.org/schema/beans/spring-beans.xsd
-                        http://elaticjob.shardingsphere.apache.org/schema/reg
-                        http://elaticjob.shardingsphere.apache.org/schema/reg/reg.xsd
-                        http://elaticjob.shardingsphere.apache.org/schema/job
-                        http://elaticjob.shardingsphere.apache.org/schema/job/job.xsd
+                        http://elasticjob.shardingsphere.apache.org/schema/reg
+                        http://elasticjob.shardingsphere.apache.org/schema/reg/reg.xsd
+                        http://elasticjob.shardingsphere.apache.org/schema/job
+                        http://elasticjob.shardingsphere.apache.org/schema/job/job.xsd
                         ">
     <!--configure registry center -->
     <reg:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="dd-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" />
diff --git a/README_ZH.md b/README_ZH.md
index b0a8e3c..ec714be 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -31,7 +31,7 @@ Elastic-Job-Lite定位为轻量级无中心化解决方案,使用jar包的形
 
 ## Elastic-Job-Lite
 
-![Elastic-Job-Lite Architecture](http://elasticjob.io/docs/elastic-job-lite/img/architecture/elastic_job_lite.png)
+![Elastic-Job-Lite Architecture](docs/static/img/architecture/elastic_job_lite.png)
 
 
 # [Release Notes](https://github.com/elasticjob/elastic-job/releases)
@@ -87,14 +87,14 @@ public class MyElasticJob implements SimpleJob {
 <?xml version="1.0" encoding="UTF-8"?>
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns:reg="http://elaticjob.shardingsphere.apache.org/schema/reg"
-    xmlns:job="http://elaticjob.shardingsphere.apache.org/schema/job"
+    xmlns:reg="http://elasticjob.shardingsphere.apache.org/schema/reg"
+    xmlns:job="http://elasticjob.shardingsphere.apache.org/schema/job"
     xsi:schemaLocation="http://www.springframework.org/schema/beans
                         http://www.springframework.org/schema/beans/spring-beans.xsd
-                        http://elaticjob.shardingsphere.apache.org/schema/reg
-                        http://elaticjob.shardingsphere.apache.org/schema/reg/reg.xsd
-                        http://elaticjob.shardingsphere.apache.org/schema/job
-                        http://elaticjob.shardingsphere.apache.org/schema/job/job.xsd
+                        http://elasticjob.shardingsphere.apache.org/schema/reg
+                        http://elasticjob.shardingsphere.apache.org/schema/reg/reg.xsd
+                        http://elasticjob.shardingsphere.apache.org/schema/job
+                        http://elasticjob.shardingsphere.apache.org/schema/job/job.xsd
                         ">
     <!--配置作业注册中心 -->
     <reg:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="dd-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" />