denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Redirect to codeview directly when line of code provided #2187

Closed hyp3rflow closed 2 years ago

hyp3rflow commented 2 years ago

Fix the redirect link to show the code directly. This will be helpful when click the code link in error trace. :)

previous behavior

https://deno.land/x/pbkit@v0.0.46/README.md:1:1 redirects to https://deno.land/x/pbkit@v0.0.46/README.md#L1

fixed behavior

https://deno.land/x/pbkit@v0.0.46/README.md:1:1 redirects to https://deno.land/x/pbkit@v0.0.46/README.md?codeview=#L1