From 879653c1c689b266e803afa817ccdca38ac85342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20K=C3=B6hler?= Date: Mon, 17 Jan 2022 16:57:25 +0100 Subject: [PATCH] Update broken README documentation hyperlinks Fix the hyperlinks by updating the URL that they are pointing to on the intervention.io website. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 350f471c..37f94072 100755 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ 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/installation#laravel) -- [Basic Usage](http://image.intervention.io/use/basics) +- [Installation](https://image.intervention.io/v2/introduction/installation) +- [Laravel Framework Integration](https://image.intervention.io/v2/introduction/installation#integration-in-laravel) +- [Basic Usage](https://image.intervention.io/v2/usage/overview#basic-usage) ## Code Examples