From f7ccf12c733d7d527c50e25119dae0806cc68d40 Mon Sep 17 00:00:00 2001 From: Runbing Date: Mon, 20 Nov 2023 21:22:58 +0800 Subject: [PATCH] Fixed the URL for the Spring Data Commons documentation. I fixed an incorrect URL in the **commons.yml** file. Closes #223 --- playbooks/commons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/commons.yml b/playbooks/commons.yml index a9395ee..b813551 100644 --- a/playbooks/commons.yml +++ b/playbooks/commons.yml @@ -11,7 +11,7 @@ antora: root_component_name: 'data-commons' site: title: Spring Data Commons - url: https://docs.spring.io/spring-data-commons/reference + url: https://docs.spring.io/spring-data/commons/reference robots: allow git: ensure_git_suffix: false