Skip to content

Commit

Permalink
doc: fix useless links (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Jun 5, 2024
1 parent 170801c commit d8d2423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions socketioxide/src/handler/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Functions and types used to handle incoming connections and messages.
//! There is three main types of handlers: [connect](crate::handler::connect), [message](crate::handler::message)
//! and [disconnect](crate::handler::disconnect).
//! There is three main types of handlers: [connect], [message] and [disconnect].
//! All handlers can be async or not.
pub mod connect;
pub mod disconnect;
Expand Down

0 comments on commit d8d2423

Please sign in to comment.