From 830f6f819b5930f2aacc36fab1abe6777a4bdb9d Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sun, 8 Oct 2023 13:34:19 +0200 Subject: [PATCH] fix(cheatsheet): use correct image URL Signed-off-by: Erik Michelson --- frontend/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index b584bd4af..66e58938d 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -756,12 +756,12 @@ "basic": { "title": "Basic", "description": "Images can be defined using the link syntax with an exclamation mark in front of it. The text in the brackets will be used as alt-text.", - "example": "![This is an icon](/icons/apple-touch-icon.png)" + "example": "![This is an icon](/icon.png)" }, "size": { "title": "Size", "description": "The size syntax allows you to set both dimensions of an image. If you omit one of the dimensions then image will be scaled to the relative size.", - "example": "![Image](/icons/apple-touch-icon.png =100x50)\n\n![Image](/icons/apple-touch-icon.png =60x)\n\n![Image](/icons/apple-touch-icon.png =x50)" + "example": "![Image](/icon.png =100x50)\n\n![Image](/icon.png =60x)\n\n![Image](/icon.png =x50)" } }, "links": {