Skip to content

Commit 4a86d68

Browse files
howlgerHannesWell
authored andcommitted
Fix images paths in N&N
In image paths, use `/` instead of `\`, otherwise images will not shown in https://eclipse.dev/eclipse/news/4.34/platform.php#improved-regex-handeling
1 parent 214520a commit 4a86d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

news/4.34/platform.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ <h2>Views, Dialogs and Toolbar </h2>
5252
is not valid, a small <strong>decoration</strong> will show up and tell you that the expression is invalid.
5353
</p>
5454
<p>
55-
<img src="images\regex-improvement-decoration.png" alt="regex decoration">
55+
<img src="images/regex-improvement-decoration.png" alt="regex decoration">
5656
</p>
5757
<p>
5858
If you need more information about what exactly went wrong, you can just <strong>hover</strong> over the red decoration.
5959
</p>
6060
<p>
61-
<img src="images\regex-improvement-decoration-hover.png" alt="regex decoration while hovering">
61+
<img src="images/regex-improvement-decoration-hover.png" alt="regex decoration while hovering">
6262
</p>
6363
<p>
6464
And the best part: This feature works the same for the traditional find/replace dialog, the new overlay and the file search dialog.

0 commit comments

Comments
 (0)