We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662b240 commit ca24d37Copy full SHA for ca24d37
1 file changed
src/lib.rs
@@ -99,10 +99,8 @@
99
//! See the [fetch example] for a complete working app and a side-by-side comparison
100
//! with the FastEdge SDK approach.
101
//!
102
-//! [WASI-HTTP]: https://github.com/WebAssembly/wasi-http
103
-//! [`wstd`]: https://crates.io/crates/wstd
104
//! [`cargo-component`]: https://github.com/bytecodealliance/cargo-component
105
-//! [fetch example]: ./examples/fetch
+//! [fetch example]: https://github.com/G-Core/FastEdge-sdk-rust/tree/main/examples/fetch
106
107
//! ## Feature Flags
108
0 commit comments