Skip to content

Commit 761324a

Browse files
committedNov 14, 2021
chore: http -> https, closes #596
1 parent 27b9db1 commit 761324a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)
66

7-
For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
7+
For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
88

99
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
1010
- **Cross-platform** - Support for ...

‎README_js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require('crypto').randomFillSync = function (a) {
1616

1717
# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)
1818

19-
For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs
19+
For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
2020

2121
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
2222
- **Cross-platform** - Support for ...

0 commit comments

Comments
 (0)
Please sign in to comment.