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.
1111
1212These docs describe ` user-event@14 ` . We recommend updating your projects to this
1313version, as it includes important bug fixes and new features. You can find the
14- docs for ` user-event@13.5.0 ` [ here] ( ../ecosystem-user-event .mdx ) , and the
14+ docs for ` user-event@13.5.0 ` [ here] ( ./v13 .mdx ) , and the
1515changelog for the release
1616[ here] ( https://github.com/testing-library/user-event/releases/tag/v14.0.0 ) .
1717
Original file line number Diff line number Diff line change 11---
2- id : ecosystem-user-event
2+ id : v13
33title : user-event v13
44---
55
Original file line number Diff line number Diff line change 6060[[redirects ]]
6161 from = " /docs/dom-testing-library/api-helpers"
6262 to = " /docs/dom-testing-library/api-accessibility"
63+ [[redirects ]]
64+ from = " /docs/ecosystem-user-event"
65+ to = " /docs/user-event/intro"
66+
6367
6468# Reorganization (do not redirect if route is not 404)
6569[[redirects ]]
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ module.exports = {
186186 'user-event/clipboard' ,
187187 'user-event/utility' ,
188188 'user-event/convenience' ,
189- 'ecosystem- user-event' ,
189+ 'user-event/v13 ' ,
190190 ] ,
191191 } ,
192192 {
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export default class Index extends React.Component {
245245 {
246246 image : `${ baseUrl } img/construction-128x128.png` ,
247247 imageAlign : 'top' ,
248- title : '[And more...](./docs/ecosystem- user-event)' ,
248+ title : '[And more...](./docs/user-event/intro )' ,
249249 imageAlt : '' ,
250250 } ,
251251 ] }
You can’t perform that action at this time.
0 commit comments