summaryrefslogtreecommitdiff
path: root/doc/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.md')
-rw-r--r--doc/documentation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/documentation.md b/doc/documentation.md
index 2452ec08..307c38af 100644
--- a/doc/documentation.md
+++ b/doc/documentation.md
@@ -10,6 +10,6 @@ provided to event handlers are detailed in a list underneath the topic
heading.
Every `.html` file is generated based on the corresponding
-`.markdown` file in the `doc/api/` folder in the source tree. The
-documentation is generated using the `tools/doc/generate.js` program.
-The HTML template is located at `doc/template.html`. \ No newline at end of file
+`.md` file in the `doc/api/` folder in the source tree. The
+documentation is generated using the `bin/doc/generate.js` program.
+The HTML template is located at `doc/template.html`.