mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0db3f2b4de
This is done: - For consistency with other Spring projects - Because it is probably a better option to use reference instead of spring-framework-reference (spring-framework is already present in the URL) - To improve PDF documentation discoverability As a consequence: - spring-framework-reference HTML documentation is now published under reference/html - spring-framework-reference/pdf PDF documentation is now published under reference/pdf The following permanent redirect should be created before Spring Framework 5.3.0 release: - current/spring-framework-reference/pdf/* to current/reference/pdf/* - current/spring-framework-reference/* to current/reference/html/* Closes gh-25071