Skip to content

Commit ccbdb5b

Browse files
Small fix in the DOKKA_AND_WRITERSIDE.md instruction.
1 parent 8667d46 commit ccbdb5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devdocs/DOKKA_AND_WRITERSIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Now the documentation site can be explored locally with the [http-server](https:
3232
to re-generate the sitemap.xml file:
3333

3434
```Bash
35-
python utils/sitemap.py -i docs/ -f docs/sitemap.xml
35+
python tools/sitemap.py -i docs/ -f docs/sitemap.xml
3636
```
3737

3838
- Publish the documentation by committing changes to the “master” branch of the [lets-plot-docs](https://github.com/JetBrains/lets-plot-docs) repository.

0 commit comments

Comments
 (0)