From 772f6f7f2e0b2c6253bdf8005a4ba1735360e6dd Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Tue, 26 May 2026 09:37:45 +0200 Subject: [PATCH] Fix template paths in Quickstart documentation Updated template folder paths in documentation. --- Documentation/Quickstart/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Quickstart/Index.rst b/Documentation/Quickstart/Index.rst index 54b246b3..784ff6fc 100644 --- a/Documentation/Quickstart/Index.rst +++ b/Documentation/Quickstart/Index.rst @@ -288,8 +288,8 @@ Now add the new theme as a dependency in the site configuration: Add the new theme to the sets for this site. You can now copy any Fluid template, partial, or layout from the folder -:folder:`vendor/typo3/theme-camino/Resources/Templates` into -:folder:`packages/theme_pluto/Resources/Templates` and override it. +:folder:`vendor/typo3/theme-camino/Resources/Private/Templates` into +:folder:`packages/theme_pluto/Resources/Private/Templates` and override it. .. seealso::