Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 4 additions & 1 deletion public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,10 @@
/fundamentals/subscriptions-and-billing/delete-account/ /fundamentals/setup/account/delete-account/ 301
/fundamentals/subscriptions-and-billing/ /fundamentals/setup/account/ 301
/fundamentals/api/building-custom-dashboards/ /fundamentals/api/ 301

/fundamentals/trace-request/ /rules/trace-request/ 301
/fundamentals/trace-request/how-to/ /rules/trace-request/how-to/ 301
/fundamentals/trace-request/limitations/ /rules/trace-request/limitations/ 301
/fundamentals/trace-request/changelog/ /rules/trace-request/changelog/ 301

# gateway
/gateway/about/ /cloudflare-one/policies/gateway/ 301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: concept
title: Trace a request
sidebar:
order: 5
order: 14
badge:
text: Beta
head:
Expand Down
6 changes: 3 additions & 3 deletions src/content/release-notes/trace.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
link: "/fundamentals/trace-request/changelog/"
link: "/rules/trace-request/changelog/"
productName: Trace
productLink: "/fundamentals/trace-request/"
productLink: "/rules/trace-request/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/platform/
productAreaLink: /rules/reference/changelog/platform/
entries:
- publish_date: "2024-04-15"
title: Cloudflare Trace now supports Workers
Expand Down
Loading