summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoc/ws_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ws_main.py b/doc/ws_main.py
index c07464ad..8d7d1508 100755
--- a/doc/ws_main.py
+++ b/doc/ws_main.py
@@ -996,7 +996,7 @@ def build(bld):
source='trex_scapy_rpc_server.asciidoc waf.css', target='trex_scapy_rpc_server.html',scan=ascii_doc_scan);
bld(rule=convert_to_html_toc_book,
- source='trex-analytics-howto.asciidoc waf.css', target='trex-analytics-howto.html',scan=ascii_doc_scan);
+ source='analyticsBlog.asciidoc waf.css', target='analyticsBlog.html',scan=ascii_doc_scan);
bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -o ${TGT} ${SRC[0].abspath()}',
source='vm_doc.asciidoc waf.css', target='vm_doc.html', scan=ascii_doc_scan)