[go: nahoru, domu]

Skip to content

Commit

Permalink
Attempt to fix a broken link (seanmonstar#416)
Browse files Browse the repository at this point in the history
Currently this links to https://docs.rs/warp/0.2.1/warp/reject which does not exist.
  • Loading branch information
kud1ing authored and jxs committed Jan 26, 2020
1 parent 49ed427 commit 39b63a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! - A path parameter of a `String`
//! - The `user-agent` header parsed as a `String`
//!
//! These specific filters will [`reject`](./reject) requests that don't match
//! These specific filters will [`reject`][reject] requests that don't match
//! their requirements.
//!
//! This ends up matching requests like:
Expand Down Expand Up @@ -83,6 +83,7 @@
//! a [`test`](test) module to help send mocked requests through your service.
//!
//! [Filter]: trait.Filter.html
//! [reject]: reject/index.html

#[macro_use]
mod error;
Expand Down

0 comments on commit 39b63a1

Please sign in to comment.