From efc3ecfdee092f4c9360866a488bfbda4a8a931c Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Wed, 9 Sep 2015 20:40:55 +0100 Subject: [PATCH] Update xlat.c --- src/main/xlat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/xlat.c b/src/main/xlat.c index 3dfdad9d61..b21672cea7 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -2452,7 +2452,7 @@ static size_t xlat_process(char **out, REQUEST *request, xlat_exp_t const * cons /** Replace %whatever in a string. * - * See 'doc/variables.txt' for more information. + * See 'doc/configuration/variables.txt' for more information. * * @param[out] out Where to write pointer to output buffer. * @param[in] outlen Size of out. @@ -2501,7 +2501,7 @@ static ssize_t xlat_expand(char **out, size_t outlen, REQUEST *request, char con /** Replace %whatever in a string. * - * See 'doc/variables.txt' for more information. + * See 'doc/configuration/variables.txt' for more information. * * @param[out] out Where to write pointer to output buffer. * @param[in] outlen Size of out. -- 2.47.3