# HG changeset patch # User Ludovic Chabant # Date 1427349870 25200 # Node ID 93cd57e2b0740a82f5baf371f3db2b3dac1ccc09 # Parent a694b78db0b17a2962b6e232d52eb05e831fb0fc docs: Fix link, add another link. diff -r a694b78db0b1 -r 93cd57e2b074 docs/docs/02_general/04_how-it-works.md --- 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/