diff --git a/netlify.toml b/netlify.toml index 892698e1a..fed33ac84 100644 --- a/netlify.toml +++ b/netlify.toml @@ -111,12 +111,10 @@ status = 301 force = true -# Preact page. Hopefully it'll join this website eventually -# but for now it'll be nice to be able to use the URL in content/twitter/etc. -# and not have to worry about updating those URLs in the future. +# Preact landing page to home page [[redirects]] from = "https://testing-library.com/preact/" - to = "https://github.com/antsmartian/preact-testing-library" + to = "https://testing-library.com/docs/preact-testing-library/intro" status = 301 force = true @@ -126,3 +124,17 @@ to = "https://testing-library.com/docs/ecosystem-jest-dom" status = 301 force = true + +# Testcafe landing page to home page +[[redirects]] + from = "https://testing-library.com/testcafe/" + to = "https://testing-library.com/docs/testcafe-testing-library/intro" + status = 301 + force = true + +# Nightwatch landing page to home page +[[redirects]] + from = "https://testing-library.com/nightwatch/" + to = "https://testing-library.com/docs/nightwatch-testing-library/intro" + status = 301 + force = true