Software /
code /
prosody
Diff
spec/util_uuid_spec.lua @ 12604:bd9e006a7a74
various: Update IETF RFC URLs for tools.ietf.org transition
See https://www.ietf.org/blog/finalizing-ietf-tools-transition/
Already done in various other places.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 05 Aug 2022 16:54:15 +0200 |
parent | 8241:e7496cff1215 |
line wrap: on
line diff
--- a/spec/util_uuid_spec.lua Fri Aug 05 14:41:13 2022 +0200 +++ b/spec/util_uuid_spec.lua Fri Aug 05 16:54:15 2022 +0200 @@ -5,7 +5,7 @@ describe("util.uuid", function() describe("#generate()", function() it("should work follow the UUID pattern", function() - -- https://tools.ietf.org/html/rfc4122#section-4.4 + -- https://www.rfc-editor.org/rfc/rfc4122.html#section-4.4 local pattern = "^" .. table.concat({ string.rep("%x", 8),