documentation-website
documentation-website copied to clipboard
[DOC] Broken links
What do you want to do?
- [ ] Request a change to existing documentation
- [ ] Add new documentation
- [x] Report a technical problem with the documentation
- [ ] Other
Looking at recent failures in https://github.com/opensearch-project/opensearch-py/actions/runs/10406173705/job/28819818454.
https://opensearch.org/docs/latest/search-plugins has a link called "Paginate with Point in Time" which points to https://opensearch.org/docs/latest/search-plugins/point-in-time that redirects to the root.
Looks like it fixed itself, but is concerning.
@dblock: This is a known issue, #5846 and #6586. Namely, its a caching issue with the pipeline where too many publish requests will break the site map.
@dblock what @Naarcha-AWS said! I ran into this the other day, and blamed it on my browser...
@Naarcha-AWS Can we close this since it's a duplicate of existing issues? Or do we keep it open till the problem is fixed?
Let's keep it open for now until its resolved.
This has been happening a lot lately, sometimes hours after a merge surge. @zelinh Could you advise on whether we can do anything to fix this problem?
Closing this in favor of #8921