Skip to content

Commit d27fd2a

Browse files
authored
Merge pull request codeguy#858 from amayer5125/paul-jones
Update Link to Paul M. Jones Website
2 parents 29ef54f + e56a71b commit d27fd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/01-06-01-Common-Directory-Structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ For each team, CMS, or framework one works in, a standard directory structure is
1414

1515
[Paul M. Jones] has done some fantastic research into common practices of tens of thousands of github projects in the realm of PHP. He has compiled a standard file and directory structure, the [Standard PHP Package Skeleton], based on this research. In this directory structure, `DocumentRoot` should point to `public/`, unit tests should be in the `tests/` directory, and third party libraries, as installed by [composer], belong in the `vendor/` directory. For other files and directories, abiding by the [Standard PHP Package Skeleton] will make the most sense to contributors of a project.
1616

17-
[Paul M. Jones]: https://twitter.com/pmjones
17+
[Paul M. Jones]: http://paul-m-jones.com/
1818
[Standard PHP Package Skeleton]: https://github.com/php-pds/skeleton
1919
[Composer]: /#composer_and_packagist

0 commit comments

Comments
 (0)