Skip to content

Commit

Permalink
chore: update documentation url (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss authored Jun 30, 2023
1 parent a0c142f commit 623240f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
categories = ["api-bindings", "wasm"]
description = "WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications."
documentation = "https://wasmedge.github.io/WasmEdge/wasmedge_sdk/"
documentation = "https://wasmedge.github.io/wasmedge-rust-sdk/wasmedge_sdk/"
edition = "2021"
exclude = ["examples/"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/async-wasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
categories = ["WebAssembly"]
description = "Async WASI for WasmEdge"
documentation = "https://wasmedge.github.io/wasmedge_rust_sdk/async_wasi/"
documentation = "https://docs.rs/async-wasi/"
edition = "2021"
license = "Apache-2.0"
name = "async-wasi"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmedge-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
description = "The procedural macros for WasmEdge Rust bindings."
documentation = "https://wasmedge.github.io/wasmedge_rust_sdk/wasmedge_macro/"
documentation = "https://docs.rs/wasmedge-macro/"
edition = "2021"
license = "Apache-2.0"
name = "wasmedge-macro"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmedge-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = "build.rs"
categories = ["api-bindings", "wasm"]
description = "WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications."
documentation = "https://wasmedge.github.io/wasmedge_rust_sdk/wasmedge_sys/"
documentation = "https://wasmedge.github.io/wasmedge-rust-sdk/wasmedge_sys/"
edition = "2021"
exclude = ["tests/", "examples/"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmedge-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
categories = ["data-structures"]
description = "The common data structures for WasmEdge Rust bindings."
documentation = "https://wasmedge.github.io/wasmedge_rust_sdk/wasmedge_types/"
documentation = "https://docs.rs/wasmedge-types/"
edition = "2021"
license = "Apache-2.0"
name = "wasmedge-types"
Expand Down

0 comments on commit 623240f

Please sign in to comment.