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 f631a2a Fix the link issue in doc (#510)
f631a2a is described below
commit f631a2a35b5f630dd45182c3aa288aa9f60dfeff
Author: Hongbo <[email protected]>
AuthorDate: Fri Jun 18 10:39:00 2021 -0700
Fix the link issue in doc (#510)
---
docs/adding-executors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/adding-executors.md b/docs/adding-executors.md
index 5dc1369..030f503 100644
--- a/docs/adding-executors.md
+++ b/docs/adding-executors.md
@@ -6,7 +6,7 @@ permalink: /docs/adding-executors
Teaclave supports several function executors currently: `builtin`, `mesapy` and
`wamr` (WebAssembly Micro Runtime). For more information about current function
-executors, please check [this link](executor).
+executors, please check [this link](../executor/README.md).
However, sometimes platform providers may found current executors built in
Teaclave are not applicable for hosting some services, and they want to use
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]