Skip to content

Commit b32d41f

Browse files
butulinawolf
authored andcommitted
Add missing "Templates/" in wrong file path (#242)
1 parent 1cb96de commit b32d41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/MinimalExample/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ is listed here, the path defined in line 6 of the TypoScript above is incorrect,
190190
for example if you mistyped the extension name or part of the path.
191191

192192
Create a file named :file:`Default.html` in folder
193-
:path:`packages/site-package/Resources/Private/Pages`.
193+
:path:`packages/site-package/Resources/Private/Templates/Pages`.
194194

195195
.. code-block:: html
196-
:caption: packages/site-package/Resources/Private/Pages/Default.html
196+
:caption: packages/site-package/Resources/Private/Templates/Pages/Default.html
197197

198198
Hello Fluid World!
199199

0 commit comments

Comments
 (0)