From a8166aa72b5fe27060c2c7885bc4c4b4b27c32cc Mon Sep 17 00:00:00 2001 From: Benjamin Butschell Date: Fri, 15 Nov 2024 10:21:57 +0100 Subject: [PATCH] Add missing "Templates/" in wrong file path --- Documentation/MinimalExample/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/MinimalExample/Index.rst b/Documentation/MinimalExample/Index.rst index 70666b4f..a3d4f1aa 100644 --- a/Documentation/MinimalExample/Index.rst +++ b/Documentation/MinimalExample/Index.rst @@ -186,10 +186,10 @@ is listed here, the path defined in line 6 of the TypoScript above is incorrect, for example if you mistyped the extension name or part of the path. Create a file named :file:`Default.html` in folder -:path:`packages/site-package/Resources/Private/Pages`. +:path:`packages/site-package/Resources/Private/Templates/Pages`. .. code-block:: html - :caption: packages/site-package/Resources/Private/Pages/Default.html + :caption: packages/site-package/Resources/Private/Templates/Pages/Default.html Hello Fluid World!