Skip to content

Commit fd95faf

Browse files
kenjisdatamweb
andauthored
docs: fix folder name
Co-authored-by: Pooya Parsa Dadashi <pooya_parsa_dadashi@yahoo.com>
1 parent 4316498 commit fd95faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/concepts/autoloader

user_guide_src/source/concepts/autoloader/003.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Autoload extends AutoloadConfig
88
{
99
// ...
1010
public $classmap = [
11-
'Markdown' => APPPATH . 'third_party/markdown.php',
11+
'Markdown' => APPPATH . 'ThirdParty/markdown.php',
1212
];
1313

1414
// ...

0 commit comments

Comments
 (0)