Broken Links in Project Reactor Documentation with release/reference/# Redirect to Unrelated Pages
Description:
All links in the Project Reactor documentation that contain release/reference/# appear to be broken. When attempting to access these links, users are redirected to unrelated pages rather than the intended content.
Examples of affected links:
- https://projectreactor.io/docs/core/release/reference/#which.filtering
- https://projectreactor.io/docs/core/release/reference/#which-operator
- https://projectreactor.io/docs/core/release/reference/#intro-reactive
- https://projectreactor.io/docs/core/release/reference/#reactive.subscribe
- https://projectreactor.io/docs/core/release/reference/#_subscribe_method_examples
- https://projectreactor.io/docs/core/release/reference/#which.values
- https://projectreactor.io/docs/core/release/reference/#which.peeking
redirect to unrelated pages, making it difficult to access the intended content.
Steps to Reproduce:
-
Open any of the links listed above.
-
Observe they do not open to the desired page
Expected Behavior:
The links should navigate directly to the relevant URL of the Project Reactor documentation.
Actual Behavior:
Links with release/reference/# redirect to other, unrelated pages, making it difficult to locate and access specific documentation sections.
Additional Context: This issue affects the usability of the documentation, especially for users who rely on these specific references for implementing features.
I'm already find three of them https://projectreactor.io/docs/core/release/reference/apdx-operatorChoice.html#which.filtering https://projectreactor.io/docs/core/release/reference/apdx-operatorChoice.html#which.values https://projectreactor.io/docs/core/release/reference/apdx-operatorChoice.html#which.peeking