Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/MinimalExample/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down