diff --git a/pom.xml b/pom.xml
index bf8faf470..e17379d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,7 +601,7 @@
none
- https://docs.spring.io/spring/docs/current/javadoc-api
+ https://docs.spring.io/spring-framework/docs/current/javadoc-api
https://docs.spring.io/spring-data/commons/docs/current/api
@@ -609,8 +609,6 @@
https://docs.spring.io/spring-data/keyvalue/docs/current/api
- https://docs.spring.io/spring/docs/current/javadoc-api
-
https://docs.spring.io/spring-security/site/docs/current/api
diff --git a/src/main/antora/modules/ROOT/pages/vault/propertysource.adoc b/src/main/antora/modules/ROOT/pages/vault/propertysource.adoc
index 13529c4e3..72348ab43 100644
--- a/src/main/antora/modules/ROOT/pages/vault/propertysource.adoc
+++ b/src/main/antora/modules/ROOT/pages/vault/propertysource.adoc
@@ -127,4 +127,4 @@ component-scanning, the ordering is difficult to predict.
In such cases - and if overriding is important - it is recommended that the
user fall back to using the programmatic PropertySource API.
See https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/env/ConfigurableEnvironment.html[`ConfigurableEnvironment`] and
-https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/core/env/MutablePropertySources.html[`MutablePropertySources`] for details.
+https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/env/MutablePropertySources.html[`MutablePropertySources`] for details.