Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update links to use docs.rs #1066

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/