-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix broken links to aggregation javadoc #59083
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
Pinging @elastic/es-docs (>docs) |
a1c2265
to
78ad83b
Compare
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.
Thank you for making this fix @davidkyle! I've found two broken links. I left a suggestion to fix one of them, but I haven't found the appropriate URL for the other.
Co-authored-by: István Zoltán Szabó <[email protected]>
Co-authored-by: István Zoltán Szabó <[email protected]>
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.
LGTM! 🚀
The links from the Java High Level Rest Client to the aggregations java docs are broken probably due to a refactoring of the code.
The diff looks horrendous but the change is mostly removing one element of the path e.g.
/metrics/avg/AvgAggregationBuilder.html
becomes/metrics/AvgAggregationBuilder.html
Preview: https://elasticsearch_59083.docs-preview.app.elstc.co/guide/en/elasticsearch/client/java-rest/master/java-rest-high-aggregation-builders.html