Skip to content

Commit 7bbe04d

Browse files
committed
Replace master to {{version}} placeholder
1 parent b25b9f7 commit 7bbe04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For convenience, you may also use the `response` helper:
3131
return response($content, $status)
3232
->header('Content-Type', $value);
3333

34-
> **Note:** For a full list of available `Response` methods, check out its [API documentation](http://laravel.com/api/master/Illuminate/Http/Response.html) and the [Symfony API documentation](http://api.symfony.com/2.5/Symfony/Component/HttpFoundation/Response.html).
34+
> **Note:** For a full list of available `Response` methods, check out its [API documentation](http://laravel.com/api/{{version}}/Illuminate/Http/Response.html) and the [Symfony API documentation](http://api.symfony.com/2.5/Symfony/Component/HttpFoundation/Response.html).
3535
3636
#### Sending A View In A Response
3737

0 commit comments

Comments
 (0)