]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix another style issue in the docs about the docs
authorPieter Lexis <pieter@plexis.eu>
Mon, 1 Dec 2014 18:02:30 +0000 (19:02 +0100)
committerPieter Lexis <pieter@plexis.eu>
Mon, 1 Dec 2014 18:02:30 +0000 (19:02 +0100)
pdns/docs/markdown/appendix/documentation.md

index beb13cb80e4cc2676244f2a4b77c128cc3dfc002..85bddfa2da8cafb97f36381fef0868ea91de3cc1 100644 (file)
@@ -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.