Skip to content

Commit d4e5267

Browse files
ptcrashChase Coalwell
authored andcommitted
Corrected dead link (#164)
1 parent 670d375 commit d4e5267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ the SDK's User Guide.
108108

109109
## Usage
110110

111-
In order to use the AWS SDK for PHP within your app, you need to retrieve it from the [Laravel IoC
112-
Container](http://laravel.com/docs/ioc). The following example uses the Amazon S3 client to upload a file.
111+
In order to use the AWS SDK for PHP within your app, you need to retrieve it from the [Laravel Service
112+
Container](https://laravel.com/docs/container#binding). The following example uses the Amazon S3 client to upload a file.
113113

114114
```php
115115
$s3 = App::make('aws')->createClient('s3');

0 commit comments

Comments
 (0)