Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
/magic-wan/tutorials/pfsense/ /magic-wan/configuration/manually/third-party/pfsense/ 301
/magic-wan/tutorials/sophos-firewall/ /magic-wan/configuration/manually/third-party/sophos-firewall/ 301
/magic-wan/tutorials/warp/ /magic-wan/zero-trust/warp/ 301
/magic-wan/how-to/run-tunnel-health-checks/ /magic-wan/configuration/manually/how-to/tunnel-health-checks/ 301
/magic-wan/how-to/run-tunnel-health-checks/ /magic-wan/configuration/common-settings/tunnel-health-checks/ 301
/magic-wan/reference/probe-construction/ /magic-wan/reference/tunnel-health-checks/ 301
/magic-wan/get-started/configure-tunnels/ /magic-wan/configuration/manually/how-to/configure-tunnels/ 301
/magic-wan/get-started/configure-static-routes/ /magic-wan/configuration/manually/how-to/configure-static-routes/ 301
Expand All @@ -802,7 +802,6 @@
/magic-wan/configuration/manually/how-to/check-tunnel-health-dashboard/ /magic-wan/configuration/common-settings/tunnel-health-checks/ 301
/magic-wan/configuration/manually/how-to/configure-magic-tunnel-alerts/ /magic-wan/configuration/common-settings/configure-magic-tunnel-alerts/ 301
/magic-wan/configuration/manually/how-to/enable-magic-roles/ /magic-wan/configuration/common-settings/enable-magic-roles/ 301
/magic-wan/configuration/common-settings/tunnel-health-checks/ /magic-wan/configuration/manually/how-to/tunnel-health-checks/ 301
/magic-wan/configuration/manually/how-to/view-analytics/ /magic-wan/analytics/ 301
/magic-wan/configuration/common-settings/view-analytics/ /magic-wan/analytics/ 301
/magic-wan/prerequisites/ /magic-wan/get-started/ 301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import { GlossaryTooltip, Render } from "~/components";
productName: "Magic WAN",
productPathDash: "Magic WAN > Configuration",
healthCheck:
"/magic-wan/configuration/manually/how-to/tunnel-health-checks/",
"/magic-wan/configuration/common-settings/tunnel-health-checks/",
productPathProbe: "/magic-wan/reference/tunnel-health-checks/",
antiReplayPagePath: "/magic-wan/reference/anti-replay-protection/",
BiVsUniHealthCheck: "bidirectional",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Render } from "~/components";
product="magic-transit"
params={{
healthCheckFrequencyURL:
"/magic-wan/configuration/manually/how-to/tunnel-health-checks/",
"/magic-wan/configuration/common-settings/tunnel-health-checks/",
productName: "Magic WAN",
onboardingURL:
"/magic-wan/configuration/manually/how-to/configure-static-routes/",
Expand Down
Loading