Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Update Spring Framework documentation URLs.

See gh-838
  • Loading branch information
mp911de committed Nov 24, 2023
1 parent 69a63e4 commit 47028c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -601,16 +601,14 @@
<doclint>none</doclint>
<links>
<link>
https://docs.spring.io/spring/docs/current/javadoc-api
https://docs.spring.io/spring-framework/docs/current/javadoc-api
</link>
<link>
https://docs.spring.io/spring-data/commons/docs/current/api
</link>
<link>
https://docs.spring.io/spring-data/keyvalue/docs/current/api
</link>
<link>https://docs.spring.io/spring/docs/current/javadoc-api
</link>
<link>
https://docs.spring.io/spring-security/site/docs/current/api
</link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 47028c9

Please sign in to comment.