Correct the path to the docs file used by the doc generator

This commit is contained in:
Eric Schrijver 2013-08-23 00:56:58 +02:00
parent cb3ab51ee1
commit 286e592f91
1 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@ Each type of heading has a description block.
Run the following from the etherpad-lite root directory:
```sh
$ node tools/doc/generate doc/all.md --format=html --template=doc/template.html > out.htm
$ node tools/doc/generate doc/index.md --format=html --template=doc/template.html > out.html
```