Skip to content

Commit f166bad

Browse files
authored
Fix the reference link (#217)
Signed-off-by: hankluo6 <[email protected]>
1 parent e571172 commit f166bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contribute/source/plugin/rusttls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Replace `your_wasm_file.wasm` with the path to your WebAssembly file. The `--rus
6969

7070
That's it! You have successfully built and installed the WasmEdge Rustls plug-in. Please ensure to replace the OpenSSL plug-in with the Rustls plug-in in your WasmEdge runtime configuration if you were previously using OpenSSL.
7171

72-
For more information, you can refer to the [GitHub repository](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasi_crypto).
72+
For more information, you can refer to the [GitHub repository](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasmedge_rustls).

docs/contribute/source/plugin/wasi_crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ If the built `wasmedge` CLI tool cannot find the WASI-Crypto plug-in, you can se
7878

7979
Then you will have an executable `wasmedge` runtime under `/usr/local/bin` and the WASI-Crypto plug-in under `/usr/local/lib/wasmedge/libwasmedgePluginWasiCrypto.so` after installation.
8080

81-
For more information, you can refer to the [GitHub repository](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasmedge_process).
81+
For more information, you can refer to the [GitHub repository](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasi_crypto).

0 commit comments

Comments
 (0)