Skip to content

Commit 6d15eca

Browse files
committed
docs: fix eslint logo path
1 parent 7a37103 commit 6d15eca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://eslint.org">
3-
<img src="https://eslint.org/assets/img/logo.svg" height="50">
3+
<img src="https://eslint.org/icon.svg" height="50">
44
</a>
55
<a href="#readme">
66
<img src="https://rx-ts.github.io/assets/heart.svg" height="50">

packages/eslint-mdx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://eslint.org">
3-
<img src="https://eslint.org/assets/img/logo.svg" height="50">
3+
<img src="https://eslint.org/icon.svg" height="50">
44
</a>
55
<a href="#readme">
66
<img src="https://rx-ts.github.io/assets/heart.svg" height="50">

packages/eslint-plugin-mdx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://eslint.org">
3-
<img src="https://eslint.org/assets/img/logo.svg" height="50">
3+
<img src="https://eslint.org/icon.svg" height="50">
44
</a>
55
<a href="#readme">
66
<img src="https://rx-ts.github.io/assets/heart.svg" height="50">

0 commit comments

Comments
 (0)