Skip to content

Commit 643ea7f

Browse files
committed
Polishing.
Update documentation URLs. See #425
1 parent a5dc7a8 commit 643ea7f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.adoc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
image:https://spring.io/badges/spring-data-ldap/ga.svg[Spring Data LDAP,link=https://projects.spring.io/spring-data-ldap#quick-start]
2-
image:https://spring.io/badges/spring-data-ldap/snapshot.svg[Spring Data LDAP,link=https://projects.spring.io/spring-data-ldap#quick-start]
3-
41
= Spring Data LDAP image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-ldap%2Fmain&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-ldap/] https://gitter.im/spring-projects/spring-data[image:https://badges.gitter.im/spring-projects/spring-data.svg[Gitter]]
52

63
The primary goal of the https://projects.spring.io/spring-data[Spring Data] project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
@@ -96,7 +93,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
9693
Having trouble with Spring Data? We’d love to help!
9794

9895
* Check the
99-
https://docs.spring.io/spring-data/ldap/docs/current/reference/html/[reference documentation], and https://docs.spring.io/spring-data/ldap/docs/current/api/[Javadocs].
96+
https://docs.spring.io/spring-data/ldap/reference/[reference documentation], and https://docs.spring.io/spring-data/ldap/docs/current/api/[Javadocs].
10097
* Learn the Spring basics – Spring Data builds on Spring Framework, check the https://spring.io[spring.io] web-site for a wealth of reference documentation.
10198
If you are just starting out with Spring, try one of the https://spring.io/guides[guides].
10299
* If you are upgrading, check out the https://docs.spring.io/spring-data/ldap/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
@@ -125,7 +122,7 @@ You also need JDK 1.8.
125122
$ ./mvnw clean install
126123
----
127124

128-
If you want to build with the regular `mvn` command, you will need https://maven.apache.org/run-maven/index.html[Maven v3.5.0 or above].
125+
If you want to build with the regular `mvn` command, you will need https://maven.apache.org/run-maven/index.html[Maven v3.8.0 or above].
129126

130127
_Also see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] if you wish to submit pull requests, and in particular please sign the https://cla.pivotal.io/sign/spring[Contributor’s Agreement] before your first non-trivial change._
131128

@@ -135,10 +132,10 @@ Building the documentation builds also the project without running tests.
135132

136133
[source,bash]
137134
----
138-
$ ./mvnw clean install -Pdistribute
135+
$ ./mvnw clean install -Pantora
139136
----
140137

141-
The generated documentation is available from `target/site/reference/html/index.html`.
138+
The generated documentation is available from `target/antora/site/index.html`.
142139

143140
== Examples
144141

0 commit comments

Comments
 (0)