Skip to content
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

Closed
wants to merge 2 commits into from
Closed

404 links fix #5263

wants to merge 2 commits into from

Conversation

iArchitSharma
Copy link
Contributor

@iArchitSharma iArchitSharma commented Jan 3, 2024

This PR fixes some 404 links in issue #5238
image

Signed commits

  • Yes, I signed my commits.

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
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@leecalcote yes it is

Copy link
Member

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 });
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes its showing up

@vishalvivekm
Copy link
Member

build and preview is failing here @iArchitSharma. Please fix and let's discuss this in websites call today.

Copy link

stale bot commented Mar 17, 2024

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.

@stale stale bot added the issue/stale Issue has not had any activity for an extended period of time label Mar 17, 2024
@iArchitSharma iArchitSharma added issue/willfix and removed issue/stale Issue has not had any activity for an extended period of time labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants