From f0f202be2924bb95e88b16e1cd027e97a5934ec3 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 29 Mar 2014 12:10:32 +0100 Subject: [PATCH] new project domain --- README.md | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c27b2661..e2fad335 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ Intervention Image is a **PHP image handling and manipulation** library based on Intervention Image installable with Composer. Read further information on how to install. -[Intervention Image Installation Guide](http://intervention.olivervogel.net/image/getting_started/installation) -[Laravel Framework Integration](http://intervention.olivervogel.net/image/getting_started/laravel) +[Intervention Image Installation Guide](http://image.intervention.io/getting_started/installation) +[Laravel Framework Integration](http://image.intervention.io/getting_started/laravel) ## Documentation Refer to the following guide on how to use Intervention Image Class. -[Intervention Image Documentation](http://intervention.olivervogel.net/image/) +[Intervention Image Documentation](http://image.intervention.io/) ## License diff --git a/composer.json b/composer.json index 4fc8204f..a06dbc8e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "intervention/image", "description": "Image handling and manipulation library with support for Laravel 4 integration", - "homepage": "http://intervention.olivervogel.net/image/", + "homepage": "http://image.intervention.io/", "keywords": ["image", "gd", "laravel", "watermark", "thumbnail"], "license": "MIT", "authors": [