Skip to content

Broken link on https://docs.metamask.io/services/reference/ethereum #2475

@m4sterbunny

Description

@m4sterbunny

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

  1. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions