denoland / docs

Deno documentation, examples and API Reference. Powered by Lume.
https://docs.deno.com
MIT License
60 stars 110 forks source link

Some images fail to load due to invalid src URL #528

Closed magurotuna closed 2 months ago

magurotuna commented 3 months ago

In some pages images are not shown because of invalid src URLs.

A couple of examples:

webhook_processor

https://docs.deno.com/deploy/kv/tutorials/webhook_processor/

https://github.com/denoland/deno-docs/blob/601df5125bee60fb85b6c7913789d094d924a1b9/deploy/kv/tutorials/webhook_processor.md#L36

image is not shown in webhook processor page

KV Backups

https://docs.deno.com/deploy/kv/manual/backup/

https://github.com/denoland/deno-docs/blob/601df5125bee60fb85b6c7913789d094d924a1b9/deploy/kv/manual/backup.md#L125

image is not shown in KV backups page

magurotuna commented 2 months ago

Looks like the second one was fixed but first one (webhook_processor) still remains