Diff

plugins/mod_external_services.lua @ 12685:4d75663d1552

mod_external_services: Update tools.ietf.org URL See bd9e006a7a74
author Kim Alvefur <zash@zash.se>
date Sat, 27 Aug 2022 17:19:13 +0200
parent 12431:95f33a006c03
child 12977:74b9e05af71e
line wrap: on
line diff
--- 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