From b47ab2b0f6e83f6f46d0688a40800cbcc36555d1 Mon Sep 17 00:00:00 2001 From: Kevin Simper Date: Fri, 24 Oct 2014 23:50:06 +0200 Subject: [PATCH] Update wordpress url on wordpress example The old url gave a 302 and wordpress 4.0 has also been released. --- docs/wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wordpress.md b/docs/wordpress.md index 6e512b792..e2c432525 100644 --- a/docs/wordpress.md +++ b/docs/wordpress.md @@ -8,7 +8,7 @@ Getting started with Fig and Wordpress Fig makes it nice and easy to run Wordpress in an isolated environment. [Install Fig](install.html), then download Wordpress into the current directory: - $ curl http://wordpress.org/wordpress-3.8.1.tar.gz | tar -xvzf - + $ curl https://wordpress.org/latest.tar.gz | tar -xvzf - This will create a directory called `wordpress`, which you can rename to the name of your project if you wish. Inside that directory, we create `Dockerfile`, a file that defines what environment your app is going to run in: