Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #135 from atouchet/iron
Browse files Browse the repository at this point in the history
Update iron URL
  • Loading branch information
abonander committed Mar 2, 2021
2 parents 4228960 cb3c842 commit b58026e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 46,7 @@ $ cargo run --example hyper_server
-----------------
Author: [White-Oak]

This example shows how to use `multipart` with the [Iron web application framework](http://ironframework.io/), via `multipart`'s support
This example shows how to use `multipart` with the [Iron web application framework](https://github.com/iron/iron), via `multipart`'s support
for the `iron::Request` type.

To run:
Expand Down
2 changes: 1 addition & 1 deletion src/server/iron.rs
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
//! Integration with the [Iron](https://ironframework.io) framework, enabled with the `iron` feature (optional). Includes a `BeforeMiddleware` implementation.
//! Integration with the [Iron](https://github.com/iron/iron) framework, enabled with the `iron` feature (optional). Includes a `BeforeMiddleware` implementation.
//!
//! Not shown here: `impl `[`HttpRequest`](../trait.HttpRequest.html#implementors)` for
//! iron::Request`.
Expand Down

0 comments on commit b58026e

Please sign in to comment.