Skip to content

Commit

Permalink
fix doc link
Browse files Browse the repository at this point in the history
Signed-off-by: tanmingchao <[email protected]>
  • Loading branch information
tanmc123 committed Mar 10, 2021
1 parent 80ddf93 commit 3b8da02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="./doc/images/FATE_logo.png">
</div>

[DOC](./doc) | [Quick Start](./examples/dsl/v2) | [中文](./README_zh.md)
[DOC](./doc) | [Quick Start](./examples/pipeline/README.rst) | [中文](./README_zh.md)

FATE (Federated AI Technology Enabler) is an open-source project initiated by Webank's AI Department to provide a secure computing framework to support the federated AI ecosystem. It implements secure computation protocols based on homomorphic encryption and multi-party computation (MPC). It supports federated learning architectures and secure computation of various machine learning algorithms, including logistic regression, tree-based algorithms, deep learning and transfer learning.

Expand Down
2 changes: 1 addition & 1 deletion examples/dsl/v2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Similar to the older version, a pair of dsl & conf files corresponds to a task.
flow job submit -d ${dsl.json} -c ${conf.json}
For more details on using DSL V2, please refer `here <../../doc/dsl_conf_v2_setting_guide.rst>`__.
For more details on using DSL V2, please refer `here <../../../doc/dsl_conf_v2_setting_guide.rst>`__.

0 comments on commit 3b8da02

Please sign in to comment.