Skip to content

Commit 75e7ccc

Browse files
docs: fix escaped underscores in target attributes (#9823)
Remove unnecessary backslash escapes from target="_parent" attributes in badge links. HTML attributes don't require underscore escaping. Lines modified: 10, 13, 16 Co-authored-by: PaulyBearCoding <[email protected]>
1 parent 1986929 commit 75e7ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<br />
88

99
<div align="center">
10-
<a href="https://www.npmjs.com/package/@tanstack/query-core" target="\_parent">
10+
<a href="https://www.npmjs.com/package/@tanstack/query-core" target="_parent">
1111
<img alt="" src="https://img.shields.io/npm/dm/@tanstack/query-core.svg" alt="npm downloads" />
1212
</a>
13-
<a href="https://github.com/TanStack/query/" target="\_parent">
13+
<a href="https://github.com/TanStack/query/" target="_parent">
1414
<img alt="" src="https://img.shields.io/github/stars/TanStack/query.svg?style=social&label=Star" alt="GitHub stars" />
1515
</a>
16-
<a href="https://bundlejs.com/?q=%40tanstack%2Freact-query&config=%7B%22esbuild%22%3A%7B%22external%22%3A%5B%22react%22%2C%22react-dom%22%5D%7D%7D&badge=" target="\_parent">
16+
<a href="https://bundlejs.com/?q=%40tanstack%2Freact-query&config=%7B%22esbuild%22%3A%7B%22external%22%3A%5B%22react%22%2C%22react-dom%22%5D%7D%7D&badge=" target="_parent">
1717
<img alt="" src="https://deno.bundlejs.com/?q=@tanstack/react-query&config={%22esbuild%22:{%22external%22:[%22react%22,%22react-dom%22]}}&badge=detailed" alt="Bundle size" />
1818
</a>
1919
</div>

0 commit comments

Comments
 (0)