summaryrefslogtreecommitdiffstats
path: root/integrations/gen_doc_collector_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/gen_doc_collector_page.py')
-rw-r--r--integrations/gen_doc_collector_page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/gen_doc_collector_page.py b/integrations/gen_doc_collector_page.py
index 210d259ad..c8a9f2869 100644
--- a/integrations/gen_doc_collector_page.py
+++ b/integrations/gen_doc_collector_page.py
@@ -61,7 +61,7 @@ for category_id, integrations in sorted(cat_dict.items()):
md += "- " + integration_name + "\n\n"
-outfile = pathlib.Path("./collectors/COLLECTORS.md")
+outfile = pathlib.Path("./src/collectors/COLLECTORS.md")
output = outfile.read_text().split("## Available Data Collection Integrations")[0]
output += "## Available Data Collection Integrations\n<!-- AUTOGENERATED PART BY integrations/gen_doc_collector_page.py SCRIPT, DO NOT EDIT MANUALLY -->\n" + md
outfile.write_text(output.rstrip('\n')+"\n")