From f537c09e369eb8917966ca0311e358e844cd129f Mon Sep 17 00:00:00 2001 From: "aaron.li" Date: Wed, 16 Apr 2025 11:30:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?tID1120961:=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release/release.md b/docs/release/release.md index 5f120483e..90295904f 100644 --- a/docs/release/release.md +++ b/docs/release/release.md @@ -1,7 +1,7 @@ # v2.5.0 `2025年04月14日` -当前版本不提供Docker的部署方案,如果想通过源码编译当前版本请参考原来系统架构下各模块的[源码编译方式。](../../README.md) +当前版本不提供Docker的部署方案,如果想通过源码编译当前版本请参考原来系统架构下各模块的[源码编译方式。]( https://tianmiantech.github.io/WeFe/#/release/release ) 当前版本提供v3.8.6版本(源码暂时未开源)的联邦学习平台以及联邦SQL服务的Docker部署方案,部署文档如下: - 联邦学习平台的部署文档请参考[WeFe隐私计算服务部署说明文档.md]( https://github.com/tianmiantech/WeFe/blob/main/deploy/WeFe%E9%9A%90%E7%A7%81%E8%AE%A1%E7%AE%97%E6%9C%8D%E5%8A%A1%E9%83%A8%E7%BD%B2%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3.md ); - 联邦SQL服务的部署文档请参考[WeFe隐私计算服务联邦SQL部署说明文档.md]( https://github.com/tianmiantech/WeFe/blob/main/deploy/WeFe%E9%9A%90%E7%A7%81%E8%AE%A1%E7%AE%97%E6%9C%8D%E5%8A%A1%E8%81%94%E9%82%A6SQL%E9%83%A8%E7%BD%B2%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3.md ); -- Gitee From baf62abee7752d8de7625215d6162e35cb34f263 Mon Sep 17 00:00:00 2001 From: "aaron.li" Date: Wed, 16 Apr 2025 11:43:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?tID1120961:=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7699496bb..a1c9c158c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ WeFe ( WeLab Federated Learning ) 是 Welab 汇立集团子公司[天冕](https://www.tianmiantech.com)科技发起的开源项目,为联邦学习生态系统提供了一套好用的可靠的安全计算框架。 -`Documentation:` https://tianmiantech.github.io/WeFe/ or http://tianmiantech.gitee.io/wefe +`Documentation:` https://tianmiantech.github.io/WeFe/ ## 在线体验 -- Gitee