plugins/mod_external_services.lua
changeset 12689 4d75663d1552
parent 12435 95f33a006c03
child 12981 74b9e05af71e
--- a/plugins/mod_external_services.lua	Sat Aug 27 17:16:18 2022 +0200
+++ b/plugins/mod_external_services.lua	Sat Aug 27 17:19:13 2022 +0200
@@ -16,7 +16,7 @@
 
 local access = module:get_option_set("external_service_access", {});
 
--- https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00
+-- https://datatracker.ietf.org/doc/html/draft-uberti-behave-turn-rest-00
 local function behave_turn_rest_credentials(srv, item, secret)
 	local ttl = default_ttl;
 	if type(item.ttl) == "number" then