Skip to content

Fix broken GitHub links in Server MVC How It Works documentation#4133

Merged
ryanjbaxter merged 1 commit intospring-cloud:mainfrom
fru1tworld:fix/4098-docs-broken-links
Apr 2, 2026
Merged

Fix broken GitHub links in Server MVC How It Works documentation#4133
ryanjbaxter merged 1 commit intospring-cloud:mainfrom
fru1tworld:fix/4098-docs-broken-links

Conversation

@fru1tworld
Copy link
Copy Markdown
Contributor

Problem

The "How It Works" documentation for Server MVC contains 5 broken GitHub links. The module was renamed from spring-cloud-gateway-server-mvc to spring-cloud-gateway-server-webmvc, but the links in the documentation were not updated.

Broken links reference classes at paths like:

  • spring-cloud-gateway-server-mvc/src/main/java/.../HandlerFunctions.java
  • spring-cloud-gateway-server-mvc/src/main/java/.../GatewayRequestPredicates.java
  • spring-cloud-gateway-server-mvc/src/main/java/.../FilterFunctions.java
  • spring-cloud-gateway-server-mvc/src/main/java/.../BeforeFilterFunctions.java
  • spring-cloud-gateway-server-mvc/src/main/java/.../AfterFilterFunctions.java

Changes

  • Updated all 5 GitHub links to use the correct module path spring-cloud-gateway-server-webmvc

Fixes gh-4098

The module was renamed from spring-cloud-gateway-server-mvc to
spring-cloud-gateway-server-webmvc, but the documentation links
were not updated accordingly.

Fixes spring-cloudgh-4098

Signed-off-by: fru1tworld <fruitworld.planet@gmail.com>
@ryanjbaxter ryanjbaxter merged commit bad23ad into spring-cloud:main Apr 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spring Cloud Docs has wrong references in "How It Works" section for Server MVC

3 participants