Skip to content

Commit

Permalink
Update Smartbear product redirects (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Dec 16, 2024
1 parent bc0816e commit 9a31ae6
Showing 1 changed file with 31 additions and 23 deletions.
54 changes: 31 additions & 23 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@
# Paths for SmartBear products
[[redirects]]
from = "/tools/cucumberstudio"
to = "https://smartbear.com"
to = "https://smartbear.com/product/cucumberstudio/"
status = 301
[[redirects]]
from = "/tools/cucumberstudio/*"
to = "https://smartbear.com/product/cucumberstudio/:splat/"
status = 301
[[redirects]]
from = "/tools/cucumber-for-jira"
to = "https://smartbear.com"
to = "https://smartbear.com/product/cucumber-for-jira/"
status = 301
[[redirects]]
from = "/tools/cucumber-for-jira/*"
to = "https://smartbear.com/product/cucumber-for-jira/:splat/"
status = 301

# Simplified paths
Expand All @@ -32,30 +40,30 @@

# Blog posts with parens in the slug
[[redirects]]
from = "/blog/bdd/understanding-screenplay-(part-4)"
to = "/blog/bdd/understanding-screenplay-part-4"
status = 301
from = "/blog/bdd/understanding-screenplay-(part-4)"
to = "/blog/bdd/understanding-screenplay-part-4"
status = 301
[[redirects]]
from = "/blog/bdd/understanding-screenplay-(part-3)"
to = "/blog/bdd/understanding-screenplay-part-3"
status = 301
from = "/blog/bdd/understanding-screenplay-(part-3)"
to = "/blog/bdd/understanding-screenplay-part-3"
status = 301
[[redirects]]
from = "/blog/bdd/understanding-screenplay-(part-2)"
to = "/blog/bdd/understanding-screenplay-part-2"
status = 301
from = "/blog/bdd/understanding-screenplay-(part-2)"
to = "/blog/bdd/understanding-screenplay-part-2"
status = 301
[[redirects]]
from = "/blog/bdd/understanding-screenplay-(part-1)"
to = "/blog/bdd/understanding-screenplay-part-1"
status = 301
from = "/blog/bdd/understanding-screenplay-(part-1)"
to = "/blog/bdd/understanding-screenplay-part-1"
status = 301
[[redirects]]
from = "/blog/bdd/user-stories-and-bdd-(part-2)-discovery"
to = "/blog/bdd/user-stories-and-bdd-part-2-discovery"
status = 301
from = "/blog/bdd/user-stories-and-bdd-(part-2)-discovery"
to = "/blog/bdd/user-stories-and-bdd-part-2-discovery"
status = 301
[[redirects]]
from = "/blog/bdd/what-is-good-code-(1)"
to = "/blog/bdd/what-is-good-code"
status = 301
from = "/blog/bdd/what-is-good-code-(1)"
to = "/blog/bdd/what-is-good-code"
status = 301
[[redirects]]
from = "/blog/bdd/keep-your-scenarios-brief-(1)"
to = "/blog/bdd/keep-your-scenarios-brief"
status = 301
from = "/blog/bdd/keep-your-scenarios-brief-(1)"
to = "/blog/bdd/keep-your-scenarios-brief"
status = 301

0 comments on commit 9a31ae6

Please sign in to comment.