Skip to content

Commit

Permalink
Updated documentation link
Browse files Browse the repository at this point in the history
Old link is no longer working
  • Loading branch information
kiradotee committed Apr 29, 2016
1 parent 3f0ce2e commit a10657d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a10657d

Please sign in to comment.