Skip to content

Commit

Permalink
fix(alloy-primitives): fix broken documentation link (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrice32 authored Jun 26, 2023
1 parent b07a964 commit c222335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Primitive types shared by [alloy], [foundry], [revm], and [reth].
This library has straightforward, basic, types. Usage is correspondingly simple.
Please consult [the documentation][docs] for more information.

[docs]: https://docs.rs/alloy-types/latest/alloy-types/
[docs]: https://docs.rs/alloy-primitives/latest/alloy_primitives/

```rust
use alloy_primitives::{U256, Address, FixedBytes, I256};
Expand Down

0 comments on commit c222335

Please sign in to comment.