Skip to content

Commit

Permalink
add redirect from cookbooks to rp-connect/cookbooks (#61)
Browse files Browse the repository at this point in the history
* add redirect from cookbooks to rp-connect/cookbooks

* Update netlify.toml

---------

Co-authored-by: Jake Cahill <[email protected]>
  • Loading branch information
Deflaimun and JakeSCahill authored Jun 4, 2024
1 parent 5d8cc66 commit 8fdfb72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,8 @@ status = 301
from = "/current/develop/guide-nodejs/"
to = "/redpanda-labs/"
status = 301

[[redirects]]
from = "/cookbooks/*"
to = "/redpanda-connect/cookbooks/:splat"
status = 301

0 comments on commit 8fdfb72

Please sign in to comment.