From 16313352e29eba7910dd3fdf0497865a18f5eb6c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 1 May 2021 10:32:52 +0200 Subject: [PATCH] chg: [tools] fix the link for the documentation generator --- tools/adoc_warninglists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/adoc_warninglists.py b/tools/adoc_warninglists.py index 2c48302..1f6ac46 100755 --- a/tools/adoc_warninglists.py +++ b/tools/adoc_warninglists.py @@ -73,7 +73,7 @@ def asciidoc(content=False, adoc=None, t='title', title=''): if t == 'title': output = '== ' + content elif t == 'info': - output = "\n{}.\n\n{} {} {} {}.".format(content, 'NOTE:' ,title, 'are warning lists available in JSON format at https://github.com/MISP/misp-warninglists/tree/master/lists.' ,'The JSON format can be freely reused in your application or automatically enabled in https://www.github.com/MISP/MISP[MISP]') + output = "\n{}.\n\n{} {} {} {}.".format(content, 'NOTE:' ,title, 'are warning lists available in JSON format at https://github.com/MISP/misp-warninglists/tree/main/lists.' ,'The JSON format can be freely reused in your application or automatically enabled in https://www.github.com/MISP/MISP[MISP]') elif t == 'description': output = "\n{} \n".format(content) elif t == 'list':