Software /
code /
prosody-modules
Changeset
1997:199fb0a82c0a
mod_auth_external: Update URL to new location
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Jan 2016 14:08:48 +0100 |
parents | 1996:86f2881a04ea |
children | 1998:7c16e0199a06 |
files | mod_auth_external/mod_auth_external.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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";