Skip to content

Commit a73eca5

Browse files
committed
Fix broken links in reference documentation.
Closes #364
1 parent c6361f1 commit a73eca5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mattias Hellborg Arthursson; Ulrik Sandberg; Eric Dalquist; Keith Barlow; Rob Wi
44
:revdate: {localdate}
55
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
66
:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
7-
:spring-framework-docs: https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/
7+
:spring-framework-docs: {springDocsUrl}
88
:store: Ldap
99

1010
(C) 2008-2022 The original authors.

src/main/asciidoc/preface.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ you must configure some parts of the library by using Spring.
3030

3131
To learn more about Spring, you can refer to the comprehensive {spring-framework-docs}[documentation]
3232
that explains the Spring Framework in detail. There are a lot of articles, blog entries, and books on Spring.
33-
See the Spring Framework https://projects.spring.io/spring-framework/[home page] for more information.
33+
See the Spring Framework https://spring.io/projects/spring-framework/[home page] for more information.
3434

3535
While it is not important to know the Spring APIs, you do need to understand the concepts behind them. At a minimum, the idea behind IoC should be familiar for whatever IoC container you choose to use.
3636

37-
To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail. You can find a lot of articles, blog entries, and books on Spring. See the Spring framework https://spring.io/docs[home page ] for more information.
37+
To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail. You can find a lot of articles, blog entries, and books on Spring. See the Spring framework https://spring.io/projects[home page] for more information.
3838

3939
[[requirements]]
4040
== Requirements
4141

42-
Spring Data LDAP 2.x binaries requires JDK level 8.0 or later, https://spring.io/docs[Spring Framework] {springVersion} or later, and https://projects.spring.io/spring-ldap[Spring LDAP] {springLdapVersion} or later.
42+
Spring Data LDAP 2.x binaries requires JDK level 8.0 or later, https://spring.io/projects/spring-framework/[Spring Framework] {springVersion} or later, and https://spring.io/projects/spring-ldap[Spring LDAP] {springLdapVersion} or later.
4343

4444
[[get-started:help]]
4545
== Additional Help Resources
@@ -57,7 +57,7 @@ Professional, from-the-source support, with guaranteed response time, is availab
5757
[[get-started:up-to-date]]
5858
=== Following Development
5959

60-
For information on the Spring Data LDAP source code repository, nightly builds, and snapshot artifacts, see the https://projects.spring.io/spring-data-ldap/[Spring Data LDAP homepage]. You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the community on https://stackoverflow.com/questions/tagged/spring-data[Stackoverflow]. To follow developer activity, look for the mailing list information on the Spring Data LDAP homepage. If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data issue https://github.com/spring-projects/spring-data-ldap/issues[tracker]. To stay up-to-date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community https://spring.io[Portal]. Finally, you can follow the Spring https://spring.io/blog[blog] or the project team on Twitter (https://twitter.com/SpringData[SpringData]).
60+
For information on the Spring Data LDAP source code repository, nightly builds, and snapshot artifacts, see the https://spring.io/projects/spring-data-ldap/[Spring Data LDAP homepage]. You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the community on https://stackoverflow.com/questions/tagged/spring-data[Stackoverflow]. To follow developer activity, look for the mailing list information on the Spring Data LDAP homepage. If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data issue https://github.com/spring-projects/spring-data-ldap/issues[tracker]. To stay up-to-date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community https://spring.io[Portal]. Finally, you can follow the Spring https://spring.io/blog[blog] or the project team on Twitter (https://twitter.com/SpringData[SpringData]).
6161

6262
[[get-started:project-metadata]]
6363
=== Project Metadata

0 commit comments

Comments
 (0)