From d24973c670ce49ffdd900a792556b03076260e42 Mon Sep 17 00:00:00 2001 From: Swanny Date: Fri, 31 Oct 2025 11:37:27 -0400 Subject: [PATCH] docs: fix docs link --- crates/rpc/src/eth/endpoints.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc/src/eth/endpoints.rs b/crates/rpc/src/eth/endpoints.rs index eb94b40..5d44c20 100644 --- a/crates/rpc/src/eth/endpoints.rs +++ b/crates/rpc/src/eth/endpoints.rs @@ -88,7 +88,7 @@ impl TryFrom for InterestKind { pub(super) async fn not_supported() -> ResponsePayload<(), ()> { ResponsePayload::internal_error_message(Cow::Borrowed( - "Method not supported. See signet documentation for a list of unsupported methods: https://docs.signet.sh/.", + "Method not supported. See signet documentation for a list of unsupported methods: https://signet.sh/docs", )) }