practical-reactor icon indicating copy to clipboard operation
practical-reactor copied to clipboard

Broken Links in Project Reactor Documentation with release/reference/# Redirect to Unrelated Pages

Open ghost opened this issue 1 year ago • 1 comments

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:

  1. Open any of the links listed above.

  2. 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.

ghost avatar Nov 14 '24 05:11 ghost

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

joey5403 avatar Apr 24 '25 06:04 joey5403