Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/example-react-redux.md

This file was deleted.

13 changes: 5 additions & 8 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
from = "/docs/example-react-redux"
to = "https://redux.js.org/recipes/writing-tests#connected-components"

# Screen error message to correct page
[[redirects]]
from = "/s/screen-global-error"
to = "/docs/dom-testing-library/api-queries#screen"

# Reorganization (do not redirect if route is not 404)
[[redirects]]
from = "/docs/*"
Expand Down Expand Up @@ -83,11 +88,3 @@
[[redirects]]
from = "/nightwatch/"
to = "/docs/nightwatch-testing-library/intro"
[[redirects]]
from = "https://testing-library.com/docs/example-react-redux"
to = "https://redux.js.org/recipes/writing-tests#connected-components"

# Redirect screen error message to correct page
[[redirects]]
from = "https://testing-library.com/s/screen-global-error"
to = "https://testing-library.com/docs/dom-testing-library/api-queries#screen"