Skip to content

Commit

Permalink
Replace master to {{version}} placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed May 17, 2015
1 parent b25b9f7 commit 7bbe04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For convenience, you may also use the `response` helper:
return response($content, $status)
->header('Content-Type', $value);

> **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).
> **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).
#### Sending A View In A Response

Expand Down

0 comments on commit 7bbe04d

Please sign in to comment.