From a10657daea265eda65fd56a6a6c81bb0e5033491 Mon Sep 17 00:00:00 2001 From: Vitali B Date: Fri, 29 Apr 2016 10:52:13 +0100 Subject: [PATCH] Updated documentation link Old link is no longer working --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ffd4c2a..cf64f6c 100644 --- a/readme.md +++ b/readme.md @@ -48,5 +48,5 @@ $blade = new Blade($views, $cache); echo $blade->view()->make('hello')->render(); ``` -You can use all blade features as described in the Laravel 5 documentation: -http://laravel.com/docs/templates#blade-templating +You can use all blade features as described in the Laravel 5.1 documentation: +https://laravel.com/docs/5.1/blade