diff --git a/README.md b/README.md index e2f10eac7..c90d7cf8e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## Overview liteFlow is a lightweight , fast component-based process engine framework / rules engine , component orchestration , component reuse , to help decouple business code , so that each business fragment is an elegant component , and support hot-loading rule configuration , to achieve on-the-fly modification . -## Website url: [https://liteflow.yomahub.com](https://liteflow.yomahub.com/) -## Documents url: [https://liteflow.yomahub.com/pages/967466/](https://liteflow.yomahub.com/pages/967466/) -## Example projects: [https://gitee.com/bryan31/liteflow-example](https://gitee.com/bryan31/liteflow-example) +## Website url: [Click here to access the official website](https://liteflow.yomahub.com/) +## Documents url: [Click here to enter the documentation to learn](https://liteflow.yomahub.com/pages/5816c5/) +## Example projects: [Click here to enter the sample project](https://gitee.com/bryan31/liteflow-example) ## Feature * **Component definition unified:** All logic is a component, for all logic to provide a unified component implementation, small size, large energy. diff --git a/README.zh-CN.md b/README.zh-CN.md index f221417f4..658501d2e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -9,9 +9,9 @@ ## 概述 liteFlow是一个轻量,快速的组件式流程引擎框架/规则引擎,组件编排,组件复用,帮助解耦业务代码,让每一个业务片段都是一个优雅的组件,并支持热加载规则配置,实现即时修改。 -## 官网链接:[https://liteflow.yomahub.com](https://liteflow.yomahub.com/) -## 文档链接:[https://liteflow.yomahub.com/pages/967466/](https://liteflow.yomahub.com/pages/967466/) -## 示例工程:[https://gitee.com/bryan31/liteflow-example](https://gitee.com/bryan31/liteflow-example) +## 官网链接:[点这里进入官网](https://liteflow.yomahub.com/) +## 文档链接:[点这里进入文档进行学习](https://liteflow.yomahub.com/pages/5816c5/) +## 示例工程:[点这里进入示例工程项目](https://gitee.com/bryan31/liteflow-example) ## 特性 * **组件定义统一:** 所有的逻辑都是组件,为所有的逻辑提供统一化的组件实现方式,小身材,大能量。