This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit a5e4ebd735a60b0e284712e7fa631d2efc4d3b35 Author: Mingshen Sun <[email protected]> AuthorDate: Sat Oct 31 22:56:18 2020 -0700 Fix spaces after links --- site/blog/2020-10-29-announcing-teaclave-0.1.0-cn.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/site/blog/2020-10-29-announcing-teaclave-0.1.0-cn.md b/site/blog/2020-10-29-announcing-teaclave-0.1.0-cn.md index 6cf0ec5..3ae611e 100644 --- a/site/blog/2020-10-29-announcing-teaclave-0.1.0-cn.md +++ b/site/blog/2020-10-29-announcing-teaclave-0.1.0-cn.md @@ -43,28 +43,27 @@ Teaclave 同时支持多方参与的联合计算,打破企业和组织中的 发布一共修改了 876 个源文件,新增了 78,237 行代码,删除了 54,846 行代码,并且在 GitHub issue 上解决了来自社区的 102 个问题。 -Teaclave 0.1.0 版本可以在[官网下载页面](/download/) - 找到(注意验证 PGP 签名和 hash)。 +Teaclave 0.1.0 版本可以在[官网下载页面](/download/)找到(注意验证 PGP 签名和 hash)。 在新版本中我们提供了非常全面和详细的文档,如果是第一次了解和接触 Teaclave,我们 提供了一个简单易上手的[新手入门文档](/docs/my-first-function/),你可以在这个文档中 学习如何在 Teaclave 中编译和运行一个简单的函数。当然,如果你想深入的了解 Teaclave 的内部设计和实现,我们还有更多设计文档、API 文档、代码库文档等你发现。 -感谢一直以来关注、使用、提问、为项目贡献代码的人们,Teaclave 项目的发展离不开[社区](/community/) 的支持与帮助。在此,我们非常高 +感谢一直以来关注、使用、提问、为项目贡献代码的人们,Teaclave 项目的发展离不开[社区](/community/)的支持与帮助。在此,我们非常高 兴的宣布,已有四家公司或组织在产品中使用 Teaclave,并且有超过九个开源项目使用了 Teaclave 平台和 Teaclave SGX SDK。这些都给项目的发展提供源源不断的动力。 -Teaclave 的开源是 [The Apache Way](https://www.apache.org/theapacheway/) 的 +Teaclave 的开源是 [The Apache Way](https://www.apache.org/theapacheway/)的 开源,无论是代码、文档、设计还是路线图规划,我们都会在社区的各个渠道中讨论。如果 你想关注 Teaclave,亦或想加入我们的讨论,可以在 [Github issues](https://lists.apache.org/[email protected]),邮件列 表回复我们、发起新的话题。也可以关注我们的 Twitter 账号 -[@ApacheTeaclave](https://twitter.com/ApacheTeaclave) 了解最新动态。除此之外, -我们在[官网](/docs/papers-talks/) 中提供了 +[@ApacheTeaclave](https://twitter.com/ApacheTeaclave)了解最新动态。除此之外, +我们在[官网](/docs/papers-talks/)中提供了 Teaclave 相关的演讲、论文和文章,包括今年在 ApacheCon 的演讲 slides 和视频。 -在此,感谢我们所有[贡献者](/contributors/) 对于项 -目的贡献,感谢 Apache 社区[导师们](/contributors/#mentors) 的指导,感谢所有帮助 +在此,感谢我们所有[贡献者](/contributors/)对于项 +目的贡献,感谢 Apache 社区[导师们](/contributors/#mentors)的指导,感谢所有帮助 扩大社区、宣传社区、讨论路线图、组织社区活动的 [PPMC 和 committer 成员](/contributors/#committers), 还要感谢正在了解 和尝试使用 Teaclave 的人们,以及回馈 Teaclave 社区的公司。你们都为 Teaclave 开源 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
