# HG changeset patch # User Kim Alvefur # Date 1451826528 -3600 # Node ID 199fb0a82c0abde01c667280521359383d1a4338 # Parent 86f2881a04ea5cf5537dd3fe7f209228ef49a641 mod_auth_external: Update URL to new location diff -r 86f2881a04ea -r 199fb0a82c0a mod_auth_external/mod_auth_external.lua --- a/mod_auth_external/mod_auth_external.lua Sat Dec 26 20:03:13 2015 +0100 +++ b/mod_auth_external/mod_auth_external.lua Sun Jan 03 14:08:48 2016 +0100 @@ -9,7 +9,7 @@ -- COPYING file in the source package for more information. -- -local lpty = assert(require "lpty", "mod_auth_external requires lpty: https://code.google.com/p/prosody-modules/wiki/mod_auth_external#Installation"); +local lpty = assert(require "lpty", "mod_auth_external requires lpty: https://modules.prosody.im/mod_auth_external.html#installation"); local usermanager = require "core.usermanager"; local new_sasl = require "util.sasl".new; local server = require "net.server";