Skip to content

Commit bc4be08

Browse files
committed
website: fix coverage status badges url error.
1 parent a3f09f3 commit bc4be08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const Badges = () => {
7878
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/@uiw/react-md-editor" />
7979
</a>
8080
<a href="https://uiwjs.github.io/react-md-editor/coverage/lcov-report" target="__blank">
81-
<img alt="Coverage Status" src="https://uiwjs.github.io/react-md-editor/coverage/badges.svg" />
81+
<img alt="Coverage Status" src="https://uiwjs.github.io/react-md-editor/badges.svg" />
8282
</a>
8383
<br />
8484
<a href="https://github.com/uiwjs/react-md-editor/actions" target="__blank">

0 commit comments

Comments
 (0)