From ccc9137fcb4bb39ceba5fc3616946c0d254e0897 Mon Sep 17 00:00:00 2001 From: Bao Zhiyuan Date: Fri, 12 Jul 2024 15:33:45 +0800 Subject: [PATCH] fix link --- ffi-and-wasm-host.md | 2 +- zh-docs/README.md | 2 +- zh-docs/ffi-and-wasm-host.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ffi-and-wasm-host.md b/ffi-and-wasm-host.md index 904f713a..8fc63f75 100644 --- a/ffi-and-wasm-host.md +++ b/ffi-and-wasm-host.md @@ -331,6 +331,6 @@ Make sure that `draw.wasm` and `index.html` are in the same folder, then start a python3 -m http.server 8080 ``` -Goto in your browser, there should be a smile face on the screen and an output on the console: +Goto [http://localhost:8080](http://localhost:8080) in your browser, there should be a smile face on the screen and an output on the console: ![A smile face webpage with browser devtools open](./imgs/smile_face_with_log.png) diff --git a/zh-docs/README.md b/zh-docs/README.md index 788633d9..6d8f1eb4 100644 --- a/zh-docs/README.md +++ b/zh-docs/README.md @@ -1,7 +1,7 @@ # MoonBit MoonBit 是一个用于云计算和边缘计算的 WebAssembly 端到端的编程语言工具链。 -您可以访问 获得 IDE 环境,无需安装任何软件,也不依赖任何服务器。 +您可以访问 [https://try.moonbitlang.cn](https://try.moonbitlang.cn) 获得 IDE 环境,无需安装任何软件,也不依赖任何服务器。 ## 状态 diff --git a/zh-docs/ffi-and-wasm-host.md b/zh-docs/ffi-and-wasm-host.md index c44ef7f5..99f20fc8 100644 --- a/zh-docs/ffi-and-wasm-host.md +++ b/zh-docs/ffi-and-wasm-host.md @@ -331,6 +331,6 @@ WebAssembly.instantiateStreaming(fetch("target/wasm-gc/release/build/lib/lib.was python3 -m http.server 8080 ``` -在浏览器中打开 后,应该可以看到屏幕上的一个笑脸以及控制台的输出: +在浏览器中打开 [http://localhost:8080](http://localhost:8080) 后,应该可以看到屏幕上的一个笑脸以及控制台的输出: ![A smile face webpage with browser devtools open](./imgs/smile_face_with_log.png)