Skip to content

Commit cd7af88

Browse files
committed
Fix links
1 parent 8d94afd commit cd7af88

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
<br />
55

6+
<p>Vue Testing Library support Vue 2 in its 5.x version range. This means that <strong>any version bump within the 5.x range may include breaking changes</strong>.</p>
7+
8+
<p>If you're looking for the Vue 3 version of Vue Testing Library, check out the <a href="https://github.com/testing-library/vue-testing-library/tree/main">main</a> branch.</p>
9+
10+
<br />
11+
612
<a href="https://www.joypixels.com/emoji/1F98E">
713
<img
814
height="80"
@@ -16,12 +22,6 @@
1622

1723
<p>Vue Testing Library is a lightweight adapter built on top of <a href="https://github.com/testing-library/dom-testing-library/">DOM Testing Library</a> and <a href="https://github.com/vuejs/vue-test-utils">@vue/test-utils</a>.</p>
1824

19-
<br />
20-
21-
<p>If you're looking for the Vue 3 version of Vue Testing Library, check out the <a href="https://github.com/testing-library/vue-testing-library/tree/main">main</a> branch.</p>
22-
23-
<p>Vue Testing Library support Vue 2 in its 5.x version range. Bear in mind that it means that <strong>any version bump in the 5.x range may include breaking changes</strong>.</p>
24-
2525
<br />
2626

2727
[**Read the docs**][docs] | [Edit the docs][docs-edit]
@@ -71,7 +71,7 @@ project's `devDependencies`:
7171
npm install --save-dev @testing-library/vue@5
7272
```
7373

74-
This library has `peerDependencies` listings for `Vue` and
74+
This library has `peerDependencies` listings for `Vue v2` and
7575
`vue-template-compiler`.
7676

7777
You may also be interested in installing `@testing-library/jest-dom` so you can
@@ -253,7 +253,7 @@ instead of filing an issue on GitHub.
253253
[npm-badge]: https://badge.fury.io/js/%40testing-library%2Fvue.svg
254254
[npm]: https://badge.fury.io/js/%40testing-library%2Fvue
255255
[license-badge]: https://img.shields.io/github/license/testing-library/vue-testing-library.svg
256-
[license]: https://github.com/testing-library/vue-testing-library/blob/main/LICENSE
256+
[license]: https://github.com/testing-library/vue-testing-library/blob/5.x/LICENSE
257257
[discord]: https://discord.gg/testing-library
258258
[discord-badge]: https://img.shields.io/discord/723559267868737556.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=flat-square
259259
[jest-dom]: https://github.com/testing-library/jest-dom
@@ -269,11 +269,11 @@ instead of filing an issue on GitHub.
269269
[add-issue-bug]: https://github.com/testing-library/vue-testing-library/issues/new?assignees=&labels=bug&template=bug_report.md&title=
270270
[add-issue]: (https://github.com/testing-library/vue-testing-library/issues/new)
271271

272-
[types-directory]: https://github.com/testing-library/vue-testing-library/blob/main/types
273-
[test-directory]: https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__
274-
[vuex-example]: https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vuex.js
275-
[vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vue-router.js
276-
[vee-validate-example]: https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/validate-plugin.js
277-
[vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/translations-vue-i18n.js
278-
[vuetify-example]: https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vuetify.js
272+
[types-directory]: https://github.com/testing-library/vue-testing-library/blob/5.x/types
273+
[test-directory]: https://github.com/testing-library/vue-testing-library/blob/5.x/src/__tests__
274+
[vuex-example]: https://github.com/testing-library/vue-testing-library/blob/5.x/src/__tests__/vuex.js
275+
[vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/5.x/src/__tests__/vue-router.js
276+
[vee-validate-example]: https://github.com/testing-library/vue-testing-library/blob/5.x/src/__tests__/validate-plugin.js
277+
[vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/5.x/src/__tests__/translations-vue-i18n.js
278+
[vuetify-example]: https://github.com/testing-library/vue-testing-library/blob/5.x/src/__tests__/vuetify.js
279279
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)