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.git


The following commit(s) were added to refs/heads/master by this push:
     new c9d02bd  [Fix] broken api reference links (#457)
c9d02bd is described below

commit c9d02bd4a33e562e300a3fe9673b0146432ab0a8
Author: Zhaofeng Chen <[email protected]>
AuthorDate: Tue Jan 19 10:56:24 2021 -0800

    [Fix] broken api reference links (#457)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4869f6f..b99184e 100644
--- a/README.md
+++ b/README.md
@@ -80,10 +80,10 @@ platform, making computation on privacy-sensitive data safe 
and simple.
 
 ### API References
 
-- [Teaclave SGX SDK](https://teaclave.apache.org/docs/sgx-sdk/)
-- [Teaclave Client SDK 
(Python)](https://teaclave.apache.org/docs/client-sdk-python/)
-- [Crates in Teaclave 
(Enclave)](https://teaclave.apache.org/docs/crates-enclave/)
-- [Crates in Teaclave (App)](https://teaclave.apache.org/docs/crates-app/)
+- [Teaclave SGX SDK](https://teaclave.apache.org/api-docs/sgx-sdk/)
+- [Teaclave Client SDK 
(Python)](https://teaclave.apache.org/api-docs/client-sdk-python/)
+- [Crates in Teaclave 
(Enclave)](https://teaclave.apache.org/api-docs/crates-enclave/)
+- [Crates in Teaclave (App)](https://teaclave.apache.org/api-docs/crates-app/)
 
 ## Contributing
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to