Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions public/_redirects
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to update a bunch of URLs in different files still pointing to the old location (under /security/). I'll also update these in a separate commit.

Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,10 @@
/fundamentals/basic-tasks/prevent-ddos-attacks-external/ /fundamentals/security/prevent-ddos-attacks-external/ 301
/fundamentals/basic-tasks/protect-your-origin-server/ /fundamentals/security/protect-your-origin-server/ 301
/fundamentals/basic-tasks/pci-scans/ /fundamentals/security/pci-scans/ 301
/fundamentals/basic-tasks/trace-request/ /fundamentals/security/trace-request/ 301
/fundamentals/basic-tasks/trace-request/how-to/ /fundamentals/security/trace-request/how-to/ 301
/fundamentals/basic-tasks/trace-request/limitations/ /fundamentals/security/trace-request/limitations/ 301
/fundamentals/basic-tasks/trace-request/changelog/ /fundamentals/security/trace-request/changelog/ 301
/fundamentals/basic-tasks/trace-request/ /fundamentals/trace-request/ 301
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've had the new URLs live for at least a couple of days and we've had more than 3,000 pageviews so far, so I'd also redirect the /fundamentals/security/trace-request/* URLs to one level above.
I'll add these redirects in a separate commit.

/fundamentals/basic-tasks/trace-request/how-to/ /fundamentals/trace-request/how-to/ 301
/fundamentals/basic-tasks/trace-request/limitations/ /fundamentals/trace-request/limitations/ 301
/fundamentals/basic-tasks/trace-request/changelog/ /fundamentals/trace-request/changelog/ 301

# gateway
/gateway/about/ /cloudflare-one/policies/gateway/ 301
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/fundamentals/performance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: navigation
title: Performance
sidebar:
order: 6
order: 5
group:
hideIndex: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pcx_content_type: concept
title: Trace a request
sidebar:
order: 5
badge:
text: Beta
head:
Expand Down
Loading