Skip to content

Commit

Permalink
docs: Add Starter cloud redirect (#5636)
Browse files Browse the repository at this point in the history
* Add redirect

* Update netlify.toml
  • Loading branch information
huguestennier committed Mar 27, 2024
1 parent ca23fe8 commit 224e68b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
to = "https://app.heartex.com/docs/api/:splat"
status = 301
force = true

[[redirects]]
from = "/guide/starter_cloud"
to = "https://humansignal.com/platform/starter-cloud/manage"
status = 301
force = true

[[redirects]]
from = "/"
Expand All @@ -19,4 +25,4 @@
[[redirects]]
from = "/*"
to = "/404.html"
status = 404
status = 404

0 comments on commit 224e68b

Please sign in to comment.