# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1661613553 -7200
# Node ID 4d75663d15528e0370597a92b558c6c7573a73d0
# Parent  a8b59b1be359a047c539512caf780c715ebd6173
mod_external_services: Update tools.ietf.org URL

See bd9e006a7a74

diff -r a8b59b1be359 -r 4d75663d1552 plugins/mod_external_services.lua
--- 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