Skip to content

Commit

Permalink
Update to https URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ham committed Apr 13, 2018
1 parent 4e2b0f2 commit 676ac88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Yii 2 UUID Helper

UUID Helper and validator for Yii 2.

This library interfaces with [ramsey/uuid](http://github.com/ramsey/uuid) to
This library interfaces with [ramsey/uuid](https://github.com/ramsey/uuid) to
generate
[universally unique identifiers](https://en.wikipedia.org/wiki/Universally_unique_identifier).

Expand All @@ -18,7 +18,7 @@ For license information check the [LICENSE](LICENSE.md)-file.
Installation
------------

The preferred way to install this extensions is through [composer](http://getcomposer.org/download/).
The preferred way to install this extensions is through [composer](https://getcomposer.org/download/).

Either run
```
Expand Down Expand Up @@ -104,6 +104,6 @@ public function rules()
See Also
--------

* [ramsey/uuid](http://github.com/ramsey/uuid)
* [ramsey/uuid](https://github.com/ramsey/uuid)

* [Universally unique identifiers](https://en.wikipedia.org/wiki/Universally_unique_identifier)

0 comments on commit 676ac88

Please sign in to comment.