-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Card for JSON RPC methods on this page: https://docs.metamask.io/services/reference/ethereum
returns:
We could not find what you were looking for.
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.
https://docs.metamask.io/services/reference/json-rpc-methods/ does exist in the structure and npm serves it fine on localhost
Possible fixes
- trailing slash
{
href: "./json-rpc-methods/", // Add trailing slash
title: "JSON-RPC APIs",
description: "View the APIs available for communicating with the Ethereum network."
}
more explicit path
{
href: "./json-rpc-methods/index", // Add index page
title: "JSON-RPC APIs",
description: "View the APIs available for communicating with the Ethereum network."
},
Metadata
Metadata
Assignees
Labels
No labels