WasmEdge / docs

https://wasmedge.org/docs/
Apache License 2.0
17 stars 57 forks source link

Fix the reference link #217

Closed hankluo6 closed 7 months ago

hankluo6 commented 7 months ago

Explanation

The PR fixes the incorrect link in the plugin documentation.

What type of PR is this

/kind documentation

alabulei1 commented 7 months ago

Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.


Commit efd07ac5cd0fd43b4abde7f9e42d90272f9e6063

Key changes:

  1. Updated the reference link in the rusttls.md file to point to the correct GitHub repository.
  2. Updated the reference link in the wasi_crypto.md file to point to the correct GitHub repository.

Potential problems:

  1. In the rusttls.md file, the reference link was updated correctly to point to the wasmedge_rustls repository. This seems to be a straightforward fix with no apparent issues.
  2. In the wasi_crypto.md file, the reference link was updated correctly to point to the wasi_crypto repository. This also appears to be a straightforward fix with no apparent issues.

Overall, the proposed changes seem to be correct and consistent with updating the reference links to the correct GitHub repositories for both plugins. The patch appears to address the issue of fixing the reference links effectively.

alabulei1 commented 7 months ago

Nice catch! Thank you so much!