-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Description
Hi,
in the past it was possible to statically link to the every minor version.
but since some time, the "current" version also is always redirected to "current"...
(i.e. without any version in the path)
for example:
for 3.4
https://docs.spring.io/spring-boot/3.4/reference/features/external-config.html#features.external-config.files.multi-document
stays like that
but for 3.5 (the current version at time of writing)
https://docs.spring.io/spring-boot/3.5/reference/features/external-config.html#features.external-config.files.multi-document
redirects to docs without the version
https://docs.spring.io/spring-boot/reference/features/external-config.html#features.external-config.files.multi-document
this makes it quite hard to build links that do not break on new versions (e.g. when the documentation is restructured)
because you have to manually re-insert the docs/3.5 part again after paste...
Edit: somehow messed up that 3.5 is the current version...