From 9d1f8cbce504a894e8f7bc58e76e39a37210f964 Mon Sep 17 00:00:00 2001 From: Runbing Date: Sun, 19 Nov 2023 17:34:43 +0800 Subject: [PATCH] Fixed the URL for the Spring Data Commons documentation I fixed an incorrect URL in the antora-playbook.yml file. --- src/main/antora/antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/antora-playbook.yml b/src/main/antora/antora-playbook.yml index 2cb4f4a432..76ec752fbc 100644 --- a/src/main/antora/antora-playbook.yml +++ b/src/main/antora/antora-playbook.yml @@ -8,7 +8,7 @@ antora: root_component_name: 'data-commons' site: title: Spring Data Reference - url: https://docs.spring.io/spring-data-commons/reference + url: https://docs.spring.io/spring-data/commons/reference content: sources: - url: ./../../..