Skip to content

Fix link to WebFlux section in reference manual #29525

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

Closed
wants to merge 1 commit into from
Closed

Fix link to WebFlux section in reference manual #29525

wants to merge 1 commit into from

Conversation

divcon
Copy link
Contributor

@divcon divcon commented Nov 19, 2022

In Web on Reactive Stact, the link to the webflux chapter in the firxt paragraph is broken.
This link will take you to 404 page.
(This is similar to #29513)

So I Fix the link in this PR.
Please review and let me know if I misunderstood.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 19, 2022
@sbrannen sbrannen self-assigned this Nov 19, 2022
@sbrannen sbrannen added type: documentation A documentation task in: web Issues in web modules (web, webmvc, webflux, websocket) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 19, 2022
@sbrannen sbrannen added this to the 6.0.1 milestone Nov 19, 2022
@sbrannen sbrannen changed the title Fix link to Webflux section (similar to Issue #29517) Fix link to WebFlux section in reference manual Nov 19, 2022
@@ -6,7 +6,7 @@ include::page-layout.adoc[]
This part of the documentation covers support for reactive-stack web applications built
on a https://www.reactive-streams.org/[Reactive Streams] API to run on non-blocking
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover
the <<webflux.adoc#webflux, Spring WebFlux>> framework,
the <<web/webflux.adoc#webflux, Spring WebFlux>> framework,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the <<web/webflux.adoc#webflux, Spring WebFlux>> framework,
the <<webflux, Spring WebFlux>> framework,

Your fix works; however, when cross referencing a section within the current file (after includes have been applied), there is no need to use the folder and file name.

I'll simplify that when merging the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your review.

@sbrannen sbrannen added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.3.x labels Nov 19, 2022
@sbrannen sbrannen closed this in 870e856 Nov 19, 2022
@divcon divcon deleted the fix-web-flux-link branch November 19, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants