aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_uuid_spec.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-08-05 16:54:15 +0200
committerKim Alvefur <zash@zash.se>2022-08-05 16:54:15 +0200
commit93830ecf40f487100170e22782d1966aa325067c (patch)
tree2e3b4ea65b2541ee22dcd8bb1f566552f006d115 /spec/util_uuid_spec.lua
parent0e7e43f62ff33e3d4cdb4f4d079c5d2c1b07aca9 (diff)
downloadprosody-93830ecf40f487100170e22782d1966aa325067c.tar.gz
prosody-93830ecf40f487100170e22782d1966aa325067c.zip
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.
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),