Skip to content

Commit 42cd991

Browse files
authored
Fixed broken redirections from #25943 (#25979)
1 parent 2847502 commit 42cd991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/__redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,8 +2352,8 @@
23522352
/logs/get-started/enable-destinations/* /logs/logpush/logpush-job/enable-destinations/:splat 301
23532353
/logs/reference/log-fields/* /logs/logpush/logpush-job/datasets/:splat 301
23542354
/speed/optimization/other/* /speed/optimization/ 301
2355-
/cloudflare-one/connections/connect-devices/* /cloudflare-one/team-and-resources/devices 301
2356-
/cloudflare-one/connections/connect-networks/* /cloudflare-one/networks/connectors/cloudflare-tunnel/ 301
2355+
/cloudflare-one/connections/connect-devices/* /cloudflare-one/team-and-resources/devices/:splat 301
2356+
/cloudflare-one/connections/connect-networks/* /cloudflare-one/networks/connectors/cloudflare-tunnel/:splat 301
23572357

23582358
# AI Crawl Control
23592359
/ai-audit/* /ai-crawl-control/:splat 301

0 commit comments

Comments
 (0)