Skip to content

Commit cb9dd07

Browse files
author
Phil Sturgeon
committed
Merge pull request codeguy#56 from coudenysj/gh-pages
Changed the link to PSR-0 under namespaces. It links now to http://www.phptherightway.com/psr0.
2 parents 384345f + 94a3912 commit cb9dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/03-03-01-Namespaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _Namespaces_ solve this problem. As described in the PHP reference manual, names
1010

1111
It is important for you to namespace your code so that it may be used by other developers without fear of colliding with other libraries.
1212

13-
One recommended way to use namespaces is outlined in [PSR-0](psr0), which aims to provide a standard file, class and namespace convention to allow plug-and-play code.
13+
One recommended way to use namespaces is outlined in [PSR-0][psr0], which aims to provide a standard file, class and namespace convention to allow plug-and-play code.
1414

1515
* [Read about Namespaces][namespaces]
1616
* [Read about PSR-0][psr0]

0 commit comments

Comments
 (0)