Mercurial > piecrust2
changeset 817:4cbd534f68b0
docs: Repair some broken links
author | Raoul Bourquin <raoul@ccczh.ch> |
---|---|
date | Mon, 14 Nov 2016 02:53:39 +0100 |
parents | d9b1e5ad869f |
children | e24360c2946a |
files | docs/docs/01_tutorial/01_your-first-blog.md docs/docs/02_general/01_chef.md docs/docs/03_content/03_formatters.md docs/docs/03_content/04_templating.md |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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')}}
--- 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 <name> <value>` lets you override _a specific configuration setting_. -[3]: {{docurl('general/website-config')}} +[3]: {{docurl('general/website-configuration')}} ### Logging
--- 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)
--- 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/