Skip to content

Commit a98efdf

Browse files
committed
Polishing.
Fix documentation build profile and path. See #3314
1 parent 7160c9b commit a98efdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Spring Data Commons image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-commons%2F&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-commons/] https://gitter.im/spring-projects/spring-data[image:https://badges.gitter.im/spring-projects/spring-data.svg[Gitter]] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Data Core"]
1+
= Spring Data Commons image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Data Core"]
22

33
https://projects.spring.io/spring-data/[Spring Data Commons] is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. It contains technology neutral repository interfaces as well as a metadata model for persisting Java classes.
44

@@ -94,10 +94,10 @@ Building the documentation builds also the project without running tests.
9494

9595
[source,bash]
9696
----
97-
$ ./mvnw clean install -Pdistribute
97+
$ ./mvnw clean install -Pantora
9898
----
9999

100-
The generated documentation is available from `target/site/reference/html/index.html`.
100+
The generated documentation is available from `target/site/index.html`.
101101

102102
== License
103103

0 commit comments

Comments
 (0)