From: Pieter Lexis Date: Mon, 1 Dec 2014 18:02:30 +0000 (+0100) Subject: fix another style issue in the docs about the docs X-Git-Tag: rec-3.7.0-rc1~149^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ed62f6695298883a4605bcc394ac8789d717c9;p=thirdparty%2Fpdns.git fix another style issue in the docs about the docs --- diff --git a/pdns/docs/markdown/appendix/documentation.md b/pdns/docs/markdown/appendix/documentation.md index beb13cb80e..85bddfa2da 100644 --- a/pdns/docs/markdown/appendix/documentation.md +++ b/pdns/docs/markdown/appendix/documentation.md @@ -15,6 +15,6 @@ To test-build the documentation, run `pip install mkdocs`, `pip install pandoc` nd `pip install pandocfilters`, followed by `make html-new/index.html` in the pdns/docs directory. -To test your changes live, use ''mkdocs serve --dev-addr=0.0.0.0:8000'', and the new version +To test your changes live, use `mkdocs serve --dev-addr=0.0.0.0:8000`, and the new version of your documentation will appear on port 8000 of your machine.