Skip to content

Commit

Permalink
Fixed links in blocking::multipart that pointed to async version inst…
Browse files Browse the repository at this point in the history
…ead of blocking
  • Loading branch information
nikstur authored and seanmonstar committed Jan 24, 2022
1 parent 0fc1652 commit 8400d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocking/multipart.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! multipart/form-data
//!
//! To send a `multipart/form-data` body, a [`Form`](crate::multipart::Form) is built up, adding
//! fields or customized [`Part`](crate::multipart::Part)s, and then calling the
//! To send a `multipart/form-data` body, a [`Form`](crate::blocking::multipart::Form) is built up, adding
//! fields or customized [`Part`](crate::blocking::multipart::Part)s, and then calling the
//! [`multipart`][builder] method on the `RequestBuilder`.
//!
//! # Example
Expand Down

0 comments on commit 8400d8d

Please sign in to comment.