Skip to content

Commit 7b1621f

Browse files
Change link
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 7147c9c commit 7b1621f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
//! Cloudevents uses a set of [feature flags] to conditionally compile
3737
//! only the module associated with the Protocol Binding you need:
3838
//!
39-
//! - `actix`: Enables the [`actix-web`](actix_web) protocol binding module. This
39+
//! - `actix`: Enables the [`binding::actix`] protocol binding module. This
4040
//! extends the [`actix_web::HttpRequest`] with a
4141
//! [`to_event`](binding::actix::HttpRequestExt::to_event) function, the
4242
//! [`actix_web::dev::HttpResponseBuilder`] with an
4343
//! [`event`](binding::actix::HttpResponseBuilderExt::event) function,
4444
//! and implementations for [`actix_web::FromRequest`] and
4545
//! [`actix_web::Responder`] in order to take advantage of actix-web's
4646
//! [Extractors] and [Responders]
47-
//! - `reqwest`: Enables the [`reqwest`](reqwest_lib) protocol binding module.
48-
//! - `warp`: Enables the [`warp`](warp_lib) protocol binding module.
49-
//! - `rdkafka`: Enables the [`rdkafka`](rdkafka_lib) protocol binding module to
47+
//! - `reqwest`: Enables the [`binding::reqwest`] protocol binding module.
48+
//! - `warp`: Enables the [`binding::warp`] protocol binding module.
49+
//! - `rdkafka`: Enables the [`binding::rdkafka`] protocol binding module to
5050
//! seamlessly consume/produce cloudevents within Kafka messages.
5151
//!
5252
//! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section

0 commit comments

Comments
 (0)