Skip to content

Commit

Permalink
fix rama-macros link
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 4, 2024
1 parent b3eac00 commit 02e8d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Here is a list of all `rama` crates:
- [`rama`](https://crates.io/crates/rama): one crate to rule them all
- [`rama-error`](https://crates.io/crates/rama-error): error utilities for rama and its users
- [`rama-macros`]: `rama-macros` contains the procedural macros used by `rama`
- [`rama-macros`](https://crates.io/crates/rama-macros): contains the procedural macros used by `rama`
- [`rama-core`](https://crates.io/crates/rama-core): core crate containing the service, layer and
context used by all other `rama` code, as well as some other _core_ utilities
- [`rama-net`](https://crates.io/crates/rama-net): rama network types and utilities
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here is a list of all `rama` crates:

- [`rama`](https://crates.io/crates/rama): one crate to rule them all
- [`rama-error`](https://crates.io/crates/rama-error): error utilities for rama and its users
- [`rama-macros`]: `rama-macros` contains the procedural macros used by `rama`
- [`rama-macros`](https://crates.io/crates/rama-macros): contains the procedural macros used by `rama`
- [`rama-core`](https://crates.io/crates/rama-core): core crate containing the service, layer and
context used by all other `rama` code, as well as some other _core_ utilities
- [`rama-net`](https://crates.io/crates/rama-net): rama network types and utilities
Expand Down

0 comments on commit 02e8d5e

Please sign in to comment.