From 63bcb03cdfd82256319897afd37bcaebe4207a76 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 24 Nov 2023 11:26:12 +0100 Subject: [PATCH] Polishing. Update Spring Framework documentation URLs. See gh-838 --- pom.xml | 4 +--- src/main/antora/modules/ROOT/pages/vault/propertysource.adoc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8b869363..59c8aec5 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 13529c4e..72348ab4 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.