mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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.
This commit is contained in:
parent
0e7e43f62f
commit
93830ecf40
4 changed files with 10 additions and 10 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue