File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 111
111
status = 301
112
112
force = true
113
113
114
- # Preact page. Hopefully it'll join this website eventually
115
- # but for now it'll be nice to be able to use the URL in content/twitter/etc.
116
- # and not have to worry about updating those URLs in the future.
114
+ # Preact landing page to home page
117
115
[[redirects ]]
118
116
from = " https://testing-library.com/preact/"
119
- to = " https://github .com/antsmartian /preact-testing-library"
117
+ to = " https://testing-library .com/docs /preact-testing-library/intro "
120
118
status = 301
121
119
force = true
122
120
126
124
to = " https://testing-library.com/docs/ecosystem-jest-dom"
127
125
status = 301
128
126
force = true
127
+
128
+ # Testcafe landing page to home page
129
+ [[redirects ]]
130
+ from = " https://testing-library.com/testcafe/"
131
+ to = " https://testing-library.com/docs/testcafe-testing-library/intro"
132
+ status = 301
133
+ force = true
134
+
135
+ # Nightwatch landing page to home page
136
+ [[redirects ]]
137
+ from = " https://testing-library.com/nightwatch/"
138
+ to = " https://testing-library.com/docs/nightwatch-testing-library/intro"
139
+ status = 301
140
+ force = true
You can’t perform that action at this time.
0 commit comments