File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ events that would happen if the interaction took place in a browser.
11
11
12
12
These docs describe ` user-event@14 ` . We recommend updating your projects to this
13
13
version, as it includes important bug fixes and new features. You can find the
14
- docs for
` [email protected] ` [ here
] ( ../ecosystem-user-event .mdx ) , and the
14
+ docs for
` [email protected] ` [ here
] ( ./v13 .mdx ) , and the
15
15
changelog for the release
16
16
[ here] ( https://github.com/testing-library/user-event/releases/tag/v14.0.0 ) .
17
17
Original file line number Diff line number Diff line change 1
1
---
2
- id : ecosystem-user-event
2
+ id : v13
3
3
title : user-event v13
4
4
---
5
5
Original file line number Diff line number Diff line change 60
60
[[redirects ]]
61
61
from = " /docs/dom-testing-library/api-helpers"
62
62
to = " /docs/dom-testing-library/api-accessibility"
63
+ [[redirects ]]
64
+ from = " /docs/ecosystem-user-event"
65
+ to = " /docs/user-event/intro"
66
+
63
67
64
68
# Reorganization (do not redirect if route is not 404)
65
69
[[redirects ]]
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ module.exports = {
186
186
'user-event/clipboard' ,
187
187
'user-event/utility' ,
188
188
'user-event/convenience' ,
189
- 'ecosystem- user-event' ,
189
+ 'user-event/v13 ' ,
190
190
] ,
191
191
} ,
192
192
{
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export default class Index extends React.Component {
245
245
{
246
246
image : `${ baseUrl } img/construction-128x128.png` ,
247
247
imageAlign : 'top' ,
248
- title : '[And more...](./docs/ecosystem- user-event)' ,
248
+ title : '[And more...](./docs/user-event/intro )' ,
249
249
imageAlt : '' ,
250
250
} ,
251
251
] }
You can’t perform that action at this time.
0 commit comments