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
The following commit(s) were added to refs/heads/master by this push:
new b869c98 Fix python client sdk location
b869c98 is described below
commit b869c982f8b3408eb09e6d3dd633a69615c41643
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Aug 2 17:23:21 2021 -0700
Fix python client sdk location
---
site/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/Makefile b/site/Makefile
index c1d9bcf..53c722c 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -13,7 +13,7 @@ sgx-sdk-api-docs: teaclave-docs
client-sdk-python-docs: teaclave-docs
pdoc teaclave/sdk/python/teaclave.py -o
.vuepress/dist/api-docs/client-sdk-python
- @echo "<meta http-equiv=refresh content=0;url=teaclave.html>" >
.vuepress/dist/api-docs/client-sdk-python/index.html
+ @echo "<meta http-equiv=refresh content=0;url=python/teaclave.html>" >
.vuepress/dist/api-docs/client-sdk-python/index.html
client-sdk-rust-docs: teaclave-docs
(cd teaclave && git submodule update --init third_party/rust-sgx-sdk)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]