-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
404 links fix #5263
404 links fix #5263
Conversation
Signed-off-by: Archit Sharma <[email protected]>
@@ -11,6 +11,9 @@ tags: | |||
published: true | |||
redirect_from: | |||
- /blog/hacktoberfest-2019-heating-up/ | |||
- /blog/landscape/hacktoberfest-2019-heating-up | |||
- /blog/landscape/hacktoberfest-2019-heating-up/ | |||
- /blog/landscape/hacktoberfest-2019-heating-up.html |
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.
Is the .html showing up in the 404 report?
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.
@leecalcote yes it is
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.
@iArchitSharma this PR is pending a more informed response. Where are the .html 404s coming from, specifically? A bot is making them up? Coming from the sitemap?
createRedirect({ fromPath: "/blog/tag/open-service-mesh/", toPath: "/blog/tag/service-mesh", redirectInBrowser: true, isPermanent: true }); | ||
createRedirect({ fromPath: "/blog/tag/news", toPath: "/company/news", redirectInBrowser: true, isPermanent: true }); | ||
createRedirect({ fromPath: "/products/service-mesh-interface-conformance", toPath: "/service-mesh-landscape", redirectInBrowser: true, isPermanent: true }); | ||
createRedirect({ fromPath: "/products.html", toPath: "/products", redirectInBrowser: true, isPermanent: true }); |
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.
Is the .html showing up in the 404 report?
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.
yes its showing up
build and preview is failing here @iArchitSharma. Please fix and let's discuss this in websites call today. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR fixes some 404 links in issue #5238
Signed commits