Skip to content

Commit

Permalink
Fixed the link to PSR-0, because http://www.phptherightway.com/psr0 r…
Browse files Browse the repository at this point in the history
…esults in a 404
  • Loading branch information
Jachim Coudenys committed Jul 10, 2012
1 parent 384345f commit 94a3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/03-03-01-Namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Namespaces_ solve this problem. As described in the PHP reference manual, names

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.

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.
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.

* [Read about Namespaces][namespaces]
* [Read about PSR-0][psr0]
Expand Down

0 comments on commit 94a3912

Please sign in to comment.