From 29c48bc4930c312cbc81bd7ce5e3b0173f4c7752 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 4 Nov 2010 22:01:36 -0700 Subject: [PATCH] Fixed bad link markup --- accepted/PSR-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accepted/PSR-0.md b/accepted/PSR-0.md index 27375b338..43b43bbf0 100644 --- a/accepted/PSR-0.md +++ b/accepted/PSR-0.md @@ -60,4 +60,4 @@ load your classes if you follow the autoloader interoperability standards proposed above. It is the current recommended way to load PHP 5.3 classes that follow these standards. -* http://gist.github.com/221634 +* [http://gist.github.com/221634](http://gist.github.com/221634)