From afae8629ba933bc35ecf045060e8d2705acdfe15 Mon Sep 17 00:00:00 2001 From: maninhill <41712985+maninhill@users.noreply.github.com> Date: Mon, 21 Jun 2021 11:55:22 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9546218fa..3abb3919a0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ DataEase 是开源的数据可视化分析工具,帮助用户分析数据、 curl -sSL https://github.com/dataease/dataease/releases/latest/download/quick_start.sh | sh ``` -- [在线文档](https://docs.dataease.io/) +- [在线文档](https://dataease.io/docs/) - [演示视频](https://dataease.oss-cn-hangzhou.aliyuncs.com/video/de-v1-demo.mp4) ## 微信群 @@ -184,15 +184,15 @@ curl -sSL https://github.com/dataease/dataease/releases/latest/download/quick_st ## 技术栈 -- 后端: [Spring Boot](https://www.tutorialspoint.com/spring_boot/spring_boot_introduction.htm); +- 后端: [Spring Boot](https://spring.io/projects/spring-boot); - 前端: [Vue.js](https://vuejs.org/); - 中间件: [MySQL](https://www.mysql.com/); -- 数据处理: [Kettle](https://community.hitachivantara.com/s/article/data-integration-kettle/)、[Apache Doris](https://doris.apache.org/); +- 数据处理: [Kettle](https://github.com/pentaho/pentaho-kettle)、[Apache Doris](https://github.com/apache/incubator-doris/); - 基础设施: [Docker](https://www.docker.com/)。 ## 致谢 -- [Kettle](https://community.hitachivantara.com/s/article/data-integration-kettle/):DataEase 使用了 Kettle 进行数据处理工作; +- [Kettle](https://github.com/pentaho/pentaho-kettle/):DataEase 使用了 Kettle 进行数据处理工作; - [Apache Doris](https://doris.apache.org/):DataEase 使用了 Apache Doris 进行快速的数据分析; - [Element](https://element.eleme.cn/):感谢 Element 提供的优秀组件库。