Fix codebox title in docs/tutorial/series/part_1.md
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 19 Apr 2022 07:01:45 +0000 (09:01 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 07:01:45 +0000 (09:01 +0200)
Resolves #271

docs/tutorial/series/part_1.md

index 79fd3d20865e3717e166fa65e7bebc2f15f834a6..da64649d05d1b8e9e42a9e2a6b8ed61c745c3b43 100644 (file)
@@ -179,7 +179,7 @@ To list the people in the ACP, we need a `PersonListPage` class and a `personLis
 #### `PersonListPage`
 
 {jinja{ codebox(
-  title="files/lib/data/person/PersonListPage.class.php",
+  title="files/lib/acp/page/PersonListPage.class.php",
   language="php",
   filepath="tutorial/tutorial-series/part-1/files/lib/acp/page/PersonListPage.class.php"
 ) }}