Skip to content

Commit ca24d37

Browse files
committed
docs: update fetch example link in lib.rs to point to the correct repository
1 parent 662b240 commit ca24d37

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@
9999
//! See the [fetch example] for a complete working app and a side-by-side comparison
100100
//! with the FastEdge SDK approach.
101101
//!
102-
//! [WASI-HTTP]: https://github.com/WebAssembly/wasi-http
103-
//! [`wstd`]: https://crates.io/crates/wstd
104102
//! [`cargo-component`]: https://github.com/bytecodealliance/cargo-component
105-
//! [fetch example]: ./examples/fetch
103+
//! [fetch example]: https://github.com/G-Core/FastEdge-sdk-rust/tree/main/examples/fetch
106104
//!
107105
//! ## Feature Flags
108106
//!

0 commit comments

Comments
 (0)