From 5ce9babde6b3a10a5aea879f2000fa48a929edc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Deve=CC=80ze?= Date: Sat, 5 Oct 2013 16:47:12 +0200 Subject: [PATCH] Fix broken links in installation page --- docs/installation.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.asciidoc b/docs/installation.asciidoc index 45cfe203e..f89c7204b 100644 --- a/docs/installation.asciidoc +++ b/docs/installation.asciidoc @@ -4,8 +4,8 @@ Elasticsearch-php only has a three requirements that you need to worry about: * PHP 5.3.9 or higher -* http://getcomposer.org/:[Composer] -* http://php.net/manual/en/book.curl.php:[ext-curl]: the Libcurl extension for PHP +* http://getcomposer.org[Composer] +* http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for PHP The rest of the dependencies will automatically be downloaded and installed by Composer. Composer is a package and dependency manager for PHP. Installing elasticsearch-php with Composer is very easy: