Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Nov 20, 2024
1 parent 181a2c3 commit e05121a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RewriteRule ^optimize/3.14.0/(.*)$ /optimize/$1 [R=302,L]
# ----------------------
# None here yet, but please place them here when you have them.

# Move contact page
RewriteRule ^contact/?$ /docs/reference/contact/$1 [R=301,L]

# Remove Connector update guides entirely
RewriteRule ^docs/components/connectors/custom-built-connectors/update-guide/(.*)$ /docs/components/connectors/custom-built-connectors/connector-sdk/ [R=301,L]

Expand Down

0 comments on commit e05121a

Please sign in to comment.