deno icon indicating copy to clipboard operation
deno copied to clipboard

doc html gen: broken documentation links for built-in runtime symbols

Open nberlette opened this issue 2 years ago • 0 comments

I'm running the latest canary build of v1.40.4. When I click on a built-in symbol such as WritableStream, the link that should take me to the correct page in the Deno manual is broken. Instead it takes me to this page, which gives a nasty little error:

image

Notice that the cause of this issue is simply a missing v in the version identifier.

nberlette avatar Feb 09 '24 22:02 nberlette