Skip to content

Commit

Permalink
Redirects for changed path doc pages. (#99)
Browse files Browse the repository at this point in the history
* Redirects for changed path doc pages.

* Modify redirects.

* Change redirect status.

* New redirect pattern.

---------

Co-authored-by: Aaron Feledy <[email protected]>
  • Loading branch information
reynoldsalec and AaronFeledy authored May 8, 2024
1 parent a725b85 commit a3034d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@
from = "/plugins/drupal/*"
to = "/:splat"
status = 200


[[redirects]]
from = "/legacy-versions.html"
to = "/plugins/drupal/legacy/drupal-8.html"
status = 302
[[redirects]]
from = "/plugins/drupal/drupal-multisite.html"
to = "/plugins/drupal/guides/drupal-multisite.html"
status = 302

0 comments on commit a3034d6

Please sign in to comment.