Skip to content

Commit b29f66c

Browse files
authored
Update disabling-rules.md to Fix Incorrect Image Link
1 parent 018fc69 commit b29f66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/usage/disabling-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, in the above image, the `templates` folder will be ignored when the
1818
There is a setting in this plugin which allows you to be able to ignore files by providing a regex to match against.
1919
If a file matches the provided regex, it will go ahead and ignore that file before it even lints the file.
2020

21-
![Setting for ignoring specific files via regex](../assets/files-to-ignore.png)
21+
![Setting for ignoring specific files via regex](../assets/files-to-ignore.jpg)
2222

2323
For example, in the above image you can see that Excalidraw files which end in `.exclidraw.md` are being ignored
2424
using the regex `.*\.excalidraw\.md$`.

0 commit comments

Comments
 (0)