# HG changeset patch # User Raoul Bourquin # Date 1479088419 -3600 # Node ID 4cbd534f68b0e0d062a14dfe67f741fa276ff61d # Parent d9b1e5ad869fb7e50ff27e23ed3b897c5c69574f docs: Repair some broken links diff -r d9b1e5ad869f -r 4cbd534f68b0 docs/docs/01_tutorial/01_your-first-blog.md --- a/docs/docs/01_tutorial/01_your-first-blog.md Sat Oct 22 21:26:41 2016 +1300 +++ b/docs/docs/01_tutorial/01_your-first-blog.md Mon Nov 14 02:53:39 2016 +0100 @@ -269,7 +269,7 @@ [yaml]: https://en.wikipedia.org/wiki/YAML [slug]: http://en.wikipedia.org/wiki/Semantic_URL#Slug [pageconfref]: {{pcurl('docs/reference/page-config')}} -[siteconfref]: {{pcurl('docs/reference/site-config')}} +[siteconfref]: {{pcurl('docs/reference/website-config')}} [part2]: {{pcurl('docs/tutorial/making-things-pretty')}} [routes]: {{docurl('content-model/routes')}} [tpl]: {{docurl('content/templating')}} diff -r d9b1e5ad869f -r 4cbd534f68b0 docs/docs/02_general/01_chef.md --- a/docs/docs/02_general/01_chef.md Sat Oct 22 21:26:41 2016 +1300 +++ b/docs/docs/02_general/01_chef.md Mon Nov 14 02:53:39 2016 +0100 @@ -64,7 +64,7 @@ * `--config-set ` lets you override _a specific configuration setting_. -[3]: {{docurl('general/website-config')}} +[3]: {{docurl('general/website-configuration')}} ### Logging diff -r d9b1e5ad869f -r 4cbd534f68b0 docs/docs/03_content/03_formatters.md --- a/docs/docs/03_content/03_formatters.md Sat Oct 22 21:26:41 2016 +1300 +++ b/docs/docs/03_content/03_formatters.md Mon Nov 14 02:53:39 2016 +0100 @@ -25,7 +25,7 @@ [how]: {{docurl('general/how-it-works')}} [pageconf]: {{docurl('content/page-configuration')}} -[siteconf]: {{docurl('general/site-configuration')}} +[siteconf]: {{docurl('general/website-configuration')}} [markdown]: https://en.wikipedia.org/wiki/Markdown [textile]: https://en.wikipedia.org/wiki/Textile_(markup_language) diff -r d9b1e5ad869f -r 4cbd534f68b0 docs/docs/03_content/04_templating.md --- a/docs/docs/03_content/04_templating.md Sat Oct 22 21:26:41 2016 +1300 +++ b/docs/docs/03_content/04_templating.md Mon Nov 14 02:53:39 2016 +0100 @@ -55,7 +55,7 @@ [how]: {{docurl('general/how-it-works')}} [pageconf]: {{docurl('content/page-configuration')}} -[siteconf]: {{docurl('general/site-configuration')}} +[siteconf]: {{docurl('general/website-configuration')}} [dataref]: {{docurl('reference/templating-data')}} [assets]: {{docurl('content/assets')}} [jinja]: http://jinja.pocoo.org/docs/dev/templates/