From f3f3711753c7a73e74821ebe0600ba0f460763b2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 22 Apr 2015 16:01:51 +0200 Subject: [PATCH] Fix link in wordpress madness post --- _posts/2012-06-14-wordpress-madness.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2012-06-14-wordpress-madness.markdown b/_posts/2012-06-14-wordpress-madness.markdown index 77fdc80..db4eeaa 100644 --- a/_posts/2012-06-14-wordpress-madness.markdown +++ b/_posts/2012-06-14-wordpress-madness.markdown @@ -12,8 +12,8 @@ author: I’m a bit fed up that I had to install [MySQL](http://www.mysql.com/) on my server to have [Wordpress](http://wordpress.org/) working, so I’ve Googled a -bit to find a solution for my pain. I found this: -[http://codex.wordpress.org/Using_Alternative_Databases]. I don’t know when +bit to find a solution for my pain. I found +[this](http://codex.wordpress.org/Using_Alternative_Databases). I don’t know when this post was written, but I think it’s a bit out of date. I mean come on, PDO is the part of PHP for ages now, and they say adding a DBAL to the dependencies would be a project as large as (or larger than) WP itself. Well,