]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix .md to .adoc link here, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 14 Aug 2019 02:33:36 +0000 (22:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 14 Aug 2019 02:33:36 +0000 (22:33 -0400)
src/lib/unlang/compile.c

index 84c0586e3686ef564165521557aea671a91a2346..d1e9d0beb818223eb6fa391a7582f5297ed56b8f 100644 (file)
@@ -2125,7 +2125,7 @@ static unlang_t *compile_children(unlang_group_t *g, unlang_t *parent, unlang_co
                                        name = cf_pair_attr(cp);
                                        if (name[0] == '-') {
                                                cf_log_warn(cp, "Ignoring \"%s\" "
-                                                           "(see doc/raddb/mods-available/README.md)", name + 1);
+                                                           "(see doc/raddb/mods-available/README.adoc)", name + 1);
                                                continue;
                                        }