From 761324ae80799de09806f167fbf9913d2c3d8873 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Sun, 14 Nov 2021 11:08:59 -0800 Subject: [PATCH] chore: http -> https, closes #596 --- README.md | 2 +- README_js.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c958131a..d00837f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # 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) -For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs +For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs - **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs - **Cross-platform** - Support for ... diff --git a/README_js.md b/README_js.md index 47ff1271..76e96e7d 100644 --- a/README_js.md +++ b/README_js.md @@ -16,7 +16,7 @@ require('crypto').randomFillSync = function (a) { # 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) -For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs +For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs - **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs - **Cross-platform** - Support for ...