From 2e82df6750728b71dd54df5e0ea2111cd05fea64 Mon Sep 17 00:00:00 2001 From: "Marc J. Schmidt" Date: Wed, 27 Aug 2014 22:58:09 +0200 Subject: [PATCH] Fixed wrong link for Propel --- _posts/07-03-01-Abstraction-Layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-03-01-Abstraction-Layers.md b/_posts/07-03-01-Abstraction-Layers.md index ee61b63..c52554a 100644 --- a/_posts/07-03-01-Abstraction-Layers.md +++ b/_posts/07-03-01-Abstraction-Layers.md @@ -22,7 +22,7 @@ Some abstraction layers have been built using the [PSR-0][psr0] or [PSR-4][psr4] [2]: http://www.doctrine-project.org/projects/dbal.html [4]: http://packages.zendframework.com/docs/latest/manual/en/index.html#zend-db [6]: https://github.com/auraphp/Aura.Sql -[7]: http://propelorm.org/Propel/ +[7]: http://propelorm.org/ [psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md [psr4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md