changeset 309:93cd57e2b074

docs: Fix link, add another link.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 25 Mar 2015 23:04:30 -0700
parents a694b78db0b1
children c7e9001c74c2
files docs/docs/02_general/04_how-it-works.md
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/docs/02_general/04_how-it-works.md	Tue Mar 24 22:34:43 2015 -0700
+++ b/docs/docs/02_general/04_how-it-works.md	Wed Mar 25 23:04:30 2015 -0700
@@ -129,7 +129,8 @@
 the CleanCSS processor, which will generate a compressed CSS file.
 
 If you want more information about what processors are mapped to what file
-types, you can check the list of [built-in processors][procs].
+types, you can check the list of [built-in processors][procs]. There's also more
+information available about the [asset pipeline][pipe].
 
 
 [src]: {{docurl('content-model/sources')}}
@@ -137,7 +138,8 @@
 [seg]: {{docurl('content/content-segments')}}
 [tpl]: {{docurl('content/templating')}}
 [fmt]: {{docurl('content/formatters')}}
-[procs]: {{docurl('reference/asset-pipeline')}}
+[pipe]: {{docurl('asset-pipeline')}}
+[procs]: {{docurl('reference/asset-processors')}}
 [siteconf]: {{docurl('general/website-configuration')}}
 [pageconf]: {{docurl('content/page-configuration')}}
 [jinja]: http://jinja.pocoo.org/docs/dev/templates/