From 3629064cb5e7864916312788528b65ab10c803fa Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 5 Oct 2025 13:28:12 +0200 Subject: [PATCH] Test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312c67b6c3..291532db48 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ CakePHP Documentation [![Build Status](https://github.com/cakephp/docs/actions/workflows/ci.yml/badge.svg?branch=4.x)](https://github.com/cakephp/docs/actions/workflows/ci.yml) This is the official documentation for the CakePHP project. It is available -online in HTML, PDF and EPUB formats at https://book.cakephp.org. +online in HTML, PDF and EPUB formats at https://book.cakephp.org. Test Contributing to the documentation is pretty simple. Please read the documentation on contributing to the documentation over on [the