mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
docs: remove redundant explicit links (#3843)
This commit is contained in:
+3
-3
@@ -71,7 +71,7 @@
|
|||||||
//!
|
//!
|
||||||
#![doc = include_str!("docs/handlers_intro.md")]
|
#![doc = include_str!("docs/handlers_intro.md")]
|
||||||
//!
|
//!
|
||||||
//! See [`handler`](crate::handler) for more details on handlers.
|
//! See [`handler`] for more details on handlers.
|
||||||
//!
|
//!
|
||||||
//! # Extractors
|
//! # Extractors
|
||||||
//!
|
//!
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
//! async fn json(Json(payload): Json<serde_json::Value>) {}
|
//! async fn json(Json(payload): Json<serde_json::Value>) {}
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! See [`extract`](crate::extract) for more details on extractors.
|
//! See [`extract`] for more details on extractors.
|
||||||
//!
|
//!
|
||||||
//! # Responses
|
//! # Responses
|
||||||
//!
|
//!
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
//! # let _: Router = app;
|
//! # let _: Router = app;
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! See [`response`](crate::response) for more details on building responses.
|
//! See [`response`] for more details on building responses.
|
||||||
//!
|
//!
|
||||||
//! # Error handling
|
//! # Error handling
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user