-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Fundamentals] Move Trace request & update redirects #19944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
| /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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Moved Trace a request outside of Security and added redirects.