I used the new-extension tool to create an extension, but I noticed that the package README's documentation is broken. See the documentation link in my extension repo for an example. I think the issue is that the link inserts the package name between /blob/main/ and README.md - if you remove the package name, the link works.
Also, the README documentation URL points to... the README file, which is a little weird. Should that documentation link send people to the /docs/<package-name>.md file instead?
I used the
new-extensiontool to create an extension, but I noticed that the package README's documentation is broken. See the documentation link in my extension repo for an example. I think the issue is that the link inserts the package name between/blob/main/andREADME.md- if you remove the package name, the link works.Also, the README documentation URL points to... the README file, which is a little weird. Should that documentation link send people to the
/docs/<package-name>.mdfile instead?