Skip to content

Commit 8d5281c

Browse files
authored
Fix wrong import directory (#5161)
This change fixes a wrong import directory. See discussion at #5157
1 parent 2c7af9d commit 8d5281c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/ApiOverview/SiteHandling/SiteSets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Loading TypoScript via the site package's set
311311
The example site package also loads its TypoScript by placing the files
312312
:file:`constants.typoscript` and :file:`setup.typoscript` into the folder of the
313313
site set. These TypoScript files use :typoscript:`@import` statements to import
314-
files from the extension's directory :path:`Configuration/TypoScript`:
314+
files from the extension's directory :path:`Configuration/Sets/SitePackage/TypoScript`:
315315

316316
.. include:: _Sets/_site-package/_setup.rst.txt
317317

0 commit comments

Comments
 (0)