From 461c3bce0a3e638540a856650a8b54795067561e 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. Closes #2982 --- 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 2cb4f4a43..76ec752fb 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: ./../../..