Skip to content

Commit

Permalink
Fix the reference link (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: hankluo6 <[email protected]>
  • Loading branch information
hankluo6 authored Feb 26, 2024
1 parent e571172 commit f166bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/source/plugin/rusttls.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Replace `your_wasm_file.wasm` with the path to your WebAssembly file. The `--rus

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.

For more information, you can refer to the [GitHub repository](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasi_crypto).
For more information, you can refer to the [GitHub repository](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasmedge_rustls).
2 changes: 1 addition & 1 deletion docs/contribute/source/plugin/wasi_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ If the built `wasmedge` CLI tool cannot find the WASI-Crypto plug-in, you can se

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.

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

0 comments on commit f166bad

Please sign in to comment.