diff --git a/website/docs/api/misc/logger.md b/website/docs/api/misc/logger.md index 4361e4962c7a..290bc762c01e 100644 --- a/website/docs/api/misc/logger.md +++ b/website/docs/api/misc/logger.md @@ -64,4 +64,4 @@ An embedded expression is optionally preceded by a flag in the form `[a-z]+=` (a If the expression is an array, it's formatted by `` `\n- ${array.join('\n- ')}\n` `` (note it automatically gets a leading line end). Each member is formatted by itself and the bullet is not formatted. So you would see the above message printed as: -![demo](./logger-demo.png) +![demo](./img/logger-demo.png)