Skip to content

Commit 970dd9d

Browse files
authored
docs: fix docs link (#43)
1 parent 2703064 commit 970dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rpc/src/eth/endpoints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl TryFrom<SubscribeArgs> for InterestKind {
8888

8989
pub(super) async fn not_supported() -> ResponsePayload<(), ()> {
9090
ResponsePayload::internal_error_message(Cow::Borrowed(
91-
"Method not supported. See signet documentation for a list of unsupported methods: https://docs.signet.sh/.",
91+
"Method not supported. See signet documentation for a list of unsupported methods: https://signet.sh/docs",
9292
))
9393
}
9494

0 commit comments

Comments
 (0)