aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_uuid_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util_uuid_spec.lua')
-rw-r--r--spec/util_uuid_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_uuid_spec.lua b/spec/util_uuid_spec.lua
index 95ae0a20..46400d00 100644
--- a/spec/util_uuid_spec.lua
+++ b/spec/util_uuid_spec.lua
@@ -5,7 +5,7 @@ local uuid = require "util.uuid";
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),