-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refresh refcache and fix broken external links into Java API #2954
Refresh refcache and fix broken external links into Java API #2954
Conversation
chalin
commented
Jun 30, 2023
- Followup to CI: gulp task in support of refcache cleanup & some refcache updates #2948
- Contributes to:
- CI: external-link check follow up and link cleanup #2429
- CI: refcache update policy and cron-job proposal #2554
- Adds ignore rule for Twitter (so we will no longer validate Twitter handles), which now always returns HTTP status 403 Forbidden.
- [reactor.core.publisher.Mono](https://projectreactor.io/docs/core/3.1.0.RELEASE/api/reactor/core/publisher/Mono.html) | ||
- [reactor.core.publisher.Flux](https://projectreactor.io/docs/core/3.1.0.RELEASE/api/reactor/core/publisher/Flux.html) | ||
- [reactor.core.publisher.Mono](https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html) | ||
- [reactor.core.publisher.Flux](https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.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.
The API URLs with 3.1.0.RELEASE
resulted in 404s. @open-telemetry/java-approvers please confirm that you're ok with the use of release
instead in the API path.
[OpenTelemetry in Practice Meetup Group](https://meetup.com/opentelemetry-in-practice-meetup-group) | ||
[OpenTelemetry in Practice Meetup Group](https://www.meetup.com/opentelemetry-in-practice-meetup-group/) |
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.
Updated to use canonical URL, otherwise the redirects seem to trip up the link checker sometimes.
|