chrome-types icon indicating copy to clipboard operation
chrome-types copied to clipboard

Incorrect link generated sub-namespaces

Open jpmedley opened this issue 1 year ago • 1 comments

The devtools.panels namespace has a method called setOpenResourceHandler() that links to devtools.inspectedWindow.resource. For some reason it's rendering the last part of the link as devtools_inpsectedWindow instead of devtools.inspectedWindow.

I suspect this is a problem with links to namespaces that contain namespaces: devtools, enterprise, input and system specifically.

jpmedley avatar Jan 22 '24 21:01 jpmedley

One of the broken links even shows up in navigation, as shown by a link checker extension.

image

jpmedley avatar Jan 22 '24 21:01 jpmedley