chg: [tools] fix the link for the documentation generator
parent
c2400b392a
commit
16313352e2
|
@ -73,7 +73,7 @@ def asciidoc(content=False, adoc=None, t='title', title=''):
|
||||||
if t == 'title':
|
if t == 'title':
|
||||||
output = '== ' + content
|
output = '== ' + content
|
||||||
elif t == 'info':
|
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':
|
elif t == 'description':
|
||||||
output = "\n{} \n".format(content)
|
output = "\n{} \n".format(content)
|
||||||
elif t == 'list':
|
elif t == 'list':
|
||||||
|
|
Loading…
Reference in New Issue