Mercurial > piecrust2
changeset 245:64184c9cf487
docs: Fix URLs to the docs source.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 19 Feb 2015 23:29:46 -0800 |
parents | ba857c693c72 |
children | afc1d2c60854 |
files | docs/config.yml docs/docs/00__index.md |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/config.yml Thu Feb 19 19:55:09 2015 -0800 +++ b/docs/config.yml Thu Feb 19 23:29:46 2015 -0800 @@ -14,7 +14,7 @@ - url: /docs/%path:slug% source: docs - func: docurl(path) + func: docurl(slug) baker: assets_dirs:
--- a/docs/docs/00__index.md Thu Feb 19 19:55:09 2015 -0800 +++ b/docs/docs/00__index.md Thu Feb 19 23:29:46 2015 -0800 @@ -20,8 +20,8 @@ [configure it][4]. - [2]: {{pcurl('tutorial/your-first-blog')}} - [3]: {{pcurl('general/creating-websites')}} - [4]: {{pcurl('general/website-config')}} + [2]: {{docurl('tutorial/your-first-blog')}} + [3]: {{docurl('general/creating-websites')}} + [4]: {{docurl('general/website-config')}}