spec/util_uuid_spec.lua
changeset 12608 bd9e006a7a74
parent 8244 e7496cff1215
child 13321 e6a5f196fc1f
--- 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),