Skip to content

Commit 724e2b3

Browse files
committed
Merge pull request #39 from GrahamCampbell/patch-3
Fixed Links
2 parents 36c452e + 5047f26 commit 724e2b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/aws/aws-sdk-php-laravel/v/stable.png)](https://packagist.org/packages/aws/aws-sdk-php-laravel)
44
[![Total Downloads](https://poser.pugx.org/aws/aws-sdk-php-laravel/downloads.png)](https://packagist.org/packages/aws/aws-sdk-php-laravel)
55

6-
A simple [Laravel 4](http://four.laravel.com/) service provider for including the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php).
6+
A simple [Laravel 4](http://laravel.com/) service provider for including the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php).
77

88
## Installation
99

@@ -65,7 +65,7 @@ Find the `aliases` key in your `app/config/app.php` and add the AWS facade alias
6565
## Usage
6666

6767
In order to use the AWS SDK for PHP within your app, you need to retrieve it from the [Laravel IoC
68-
Container](http://four.laravel.com/docs/ioc). The following example uses the Amazon S3 client to upload a file.
68+
Container](http://laravel.com/docs/ioc). The following example uses the Amazon S3 client to upload a file.
6969

7070
```php
7171
$s3 = App::make('aws')->get('s3');
@@ -90,8 +90,8 @@ $s3->putObject(array(
9090

9191
## Links
9292

93-
* [AWS SDK for PHP on Github](http://github.com/aws/aws-sdk-php)
93+
* [AWS SDK for PHP on Github](http://github.com/aws/aws-sdk-php/)
9494
* [AWS SDK for PHP website](http://aws.amazon.com/sdkforphp/)
95-
* [AWS on Packagist](https://packagist.org/packages/aws)
95+
* [AWS on Packagist](https://packagist.org/packages/aws/)
9696
* [License](http://aws.amazon.com/apache2.0/)
97-
* [Laravel website](http://laravel.com)
97+
* [Laravel website](http://laravel.com/)

0 commit comments

Comments
 (0)