docland icon indicating copy to clipboard operation
docland copied to clipboard

Broken type reference

Open lucacasonato opened this issue 3 years ago • 2 comments

If I click on esbuild.BuildOptions on this docs page (https://doc.deno.land/https://deno.land/x/[email protected]/plugins/esbuild.ts/~/Options), I get sent to a broken page.

Entry not found

The document entry named "esbuild" was not found in specifier "https://deno.land/x/[email protected]/deps/esbuild.ts".

lucacasonato avatar May 04 '22 11:05 lucacasonato

It should have directed to https://doc.deno.land/https://deno.land/x/[email protected]/deps/esbuild.ts/~/esbuild.BuildOptions. It generated an anchor (#) instead of a dot (.)

kitsonk avatar Jul 27 '22 06:07 kitsonk

Hi, im intereseted in collaborating on Deno. Can i try fixing this issue?

JuanPedroPontVerges avatar Sep 19 '22 21:09 JuanPedroPontVerges