Skip to content

Commit 24d3584

Browse files
committed
Polishing.
Update documentation URL. See #1597
1 parent 2c6dbee commit 24d3584

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
102102
</dependency>
103103
104104
<repository>
105-
<id>spring-libs-snapshot</id>
105+
<id>spring-snapshot</id>
106106
<name>Spring Snapshot Repository</name>
107107
<url>https://repo.spring.io/snapshot</url>
108108
</repository>
@@ -197,7 +197,7 @@ We’d love to help!
197197

198198
* If you are new to Spring Data JDBC read the following two articles https://spring.io/blog/2018/09/17/introducing-spring-data-jdbc["Introducing Spring Data JDBC"] and https://spring.io/blog/2018/09/24/spring-data-jdbc-references-and-aggregates["Spring Data JDBC, References, and Aggregates"].
199199
* Check the
200-
https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/[reference documentation], and https://docs.spring.io/spring-data/jdbc/docs/current/api/[Javadocs].
200+
https://docs.spring.io/spring-data/relational/reference/[reference documentation], and https://docs.spring.io/spring-data/jdbc/docs/current/api/[Javadocs].
201201
* 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.
202202
If you are just starting out with Spring, try one of the https://spring.io/guides[guides].
203203
* If you are upgrading, check out the https://docs.spring.io/spring-data/jdbc/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
@@ -228,7 +228,7 @@ You also need JDK 17.
228228
$ ./mvnw clean install
229229
----
230230

231-
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].
231+
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].
232232

233233
_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._
234234

src/main/antora/antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ antora:
88
root_component_name: 'data-relational'
99
site:
1010
title: Spring Data Relational
11-
url: https://docs.spring.io/spring-data-relational/reference/
11+
url: https://docs.spring.io/spring-data/relational/reference/
1212
content:
1313
sources:
1414
- url: ./../../..
@@ -38,5 +38,5 @@ runtime:
3838
format: pretty
3939
ui:
4040
bundle:
41-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.3/ui-bundle.zip
41+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.5/ui-bundle.zip
4242
snapshot: true

0 commit comments

Comments
 (0)