From da8ad465eb947d5a3cfa04ae4403ca06453db63d Mon Sep 17 00:00:00 2001 From: Curtis Lowder Date: Tue, 12 Oct 2021 14:17:18 -0500 Subject: [PATCH] Fix link to RFC 4122 Updates the README to fix the link to the RFC. Fixes #92. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f765a46..6ac4f83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # uuid ![build status](https://travis-ci.org/google/uuid.svg?branch=master) The uuid package generates and inspects UUIDs based on -[RFC 4122](http://tools.ietf.org/html/rfc4122) +[RFC 4122](https://datatracker.ietf.org/doc/html/rfc4122) and DCE 1.1: Authentication and Security Services. This package is based on the github.com/pborman/uuid package (previously named