Skip to content

Commit

Permalink
fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 5, 2024
1 parent e4dab7a commit a5e55ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/intro/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ gives a good overview and background on this topic.
You can declare your own `macro_rules` in case there are common patterns for the services
and middlewares that you are writing for your project. For inspiration you can
see the http rejection macros we borrowed and modified from [Axum's extract logic](https://github.com/tokio-rs/axum/blob/5201798d4e4d4759c208ef83e30ce85820c07baa/axum-core/src/macros.rs):
<https://github.com/plabayo/rama/blob/main/src/utils/macros/http_error.rs>
<https://github.com/plabayo/rama/blob/main/rama-http/src/utils/macros/http_error.rs>

And of course... if you really want, against our advice in,
you can use [the `thiserror` crate](https://docs.rs/thiserror),
Expand Down
2 changes: 1 addition & 1 deletion rama-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
//! and middlewares that you are writing for your project. For inspiration you can
//! see the http rejection macros we borrowed and modified from
//! [Axum's extract logic](https://github.com/tokio-rs/axum/blob/5201798d4e4d4759c208ef83e30ce85820c07baa/axum-core/src/macros.rs):
//! <https://github.com/plabayo/rama/blob/main/src/utils/macros/http_error.rs>
//! <https://github.com/plabayo/rama/blob/main/rama-http/src/utils/macros/http_error.rs>
//!
//! And of course... if you really want, against our advice in,
//! you can use [the `thiserror` crate](https://docs.rs/thiserror),
Expand Down

0 comments on commit a5e55ad

Please sign in to comment.