From 9f026350821e706446f53da3eb53cbbfcf6a7914 Mon Sep 17 00:00:00 2001 From: mikeritter Date: Thu, 31 Jul 2014 02:41:07 -0400 Subject: [PATCH] Corrected link to Laravel Integration in Readme.md New link goes to named anchor at http://image.intervention.io/getting_started/installation#laravel Old link throws 404 error. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 267b6785..fd4162b3 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Intervention Image is a **PHP image handling and manipulation** library providin ## Getting started - [Installation](http://image.intervention.io/getting_started/installation) -- [Laravel Framework Integration](http://image.intervention.io/getting_started/laravel) +- [Laravel Framework Integration](http://image.intervention.io/getting_started/installation#laravel) - [Official Documentation](http://image.intervention.io/) ## Code Examples @@ -50,4 +50,4 @@ Contributions to the Intervention Image library are welcome. Please note the fol Intervention Image is licensed under the [MIT License](http://opensource.org/licenses/MIT). -Copyright 2014 [Oliver Vogel](http://olivervogel.net/) \ No newline at end of file +Copyright 2014 [Oliver Vogel](http://olivervogel.net/)