Skip to content

Commit

Permalink
docs: update links to use docs.rs (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jul 16, 2024
1 parent dfe60ae commit 05eca12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Alloy connects applications to blockchains.

Alloy is a rewrite of [`ethers-rs`] from the ground up, with exciting new
features, high performance, and excellent [docs](https://alloy-rs.github.io/alloy/).
features, high performance, and excellent [docs](https://docs.rs/alloy).

We also have a [book](https://alloy.rs/) on all things Alloy and many [examples](https://github.com/alloy-rs/examples) to help you get started.

Expand Down
10 changes: 5 additions & 5 deletions crates/transport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ with JSON-RPC servers that provide the standard Ethereum RPC endpoints, or the
[alloy-rpc-client] crate, which provides a low-level JSON-RPC API without the
specific Ethereum endpoints.

[alloy-provider]: https://alloy-rs.github.io/alloy/alloy_provider/index.html
[alloy-provider]: https://docs.rs/alloy_provider/
[tower `Service`]: https://docs.rs/tower/latest/tower/trait.Service.html

### Transports
Expand All @@ -27,7 +27,7 @@ Alloy maintains the following transports:
[alloy-pubsub].
- [alloy-transport-ipc]: JSON-RPC via IPC, supports pubsub via [alloy-pubsub].

[alloy-transport-http]: https://alloy-rs.github.io/alloy/alloy_transport_http/index.html
[alloy-transport-ws]: https://alloy-rs.github.io/alloy/alloy_transport_ws/index.html
[alloy-transport-ipc]: https://alloy-rs.github.io/alloy/alloy_transport_ipc/index.html
[alloy-pubsub]: https://alloy-rs.github.io/alloy/alloy_pubsub/index.html
[alloy-transport-http]: https://docs.rs/alloy_transport_http/
[alloy-transport-ws]: https://docs.rs/alloy_transport_ws/
[alloy-transport-ipc]: https://docs.rs/alloy_transport_ipc/
[alloy-pubsub]: https://docs.rs/alloy_pubsub/

0 comments on commit 05eca12

Please sign in to comment.