This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a3d950  [Docs] Fix for broken link in apps for wasm-standalone dir 
(#8045)
6a3d950 is described below

commit 6a3d950ab84eeca82d73316d9c4101d05d353f50
Author: Michalis Papadimitriou <[email protected]>
AuthorDate: Mon Jul 5 15:34:17 2021 +0300

    [Docs] Fix for broken link in apps for wasm-standalone dir (#8045)
    
    * [fix] Broken link in apps for wasm-standalone
    
    * [fix] Broken link in apps for wasm-standalone
    
    * [CI] Manual trigger for CI
---
 apps/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/README.md b/apps/README.md
index 41c3924..01630a3 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -25,4 +25,4 @@ they also serve as examples on how to use TVM in your own 
project.
 - [android_rpc](android_rpc) Android RPC server.
 - [benchmark](benchmark) Example end to end compilation benchmarks
 - [howto_deploy](howto_deploy) Tutorial on how to deploy TVM with minimum code 
dependency.
-- [wasm_standalone](tvm-standalone) WebAssembly standalone for deep learning 
framework with TVM runtime.
+- [wasm_standalone](wasm-standalone) WebAssembly standalone for deep learning 
framework with TVM runtime.

Reply via email to