From f7d30418b63caa28427890eb981ce8f071730b72 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Mon, 28 Jul 2014 13:48:55 +0400 Subject: [PATCH 1/2] Fixed link to settings documentation --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index 09851c1..9e6f9f1 100644 --- a/docs/start.md +++ b/docs/start.md @@ -43,7 +43,7 @@ $fenom->setOptions($options); * `/path/to/templates` — directory, where stores your templates. * `/path/to/template/cache` — directory, where stores compiled templates in PHP files. -* `$options` - bit-mask or array of [Fenom settings](./docs/settings.md). +* `$options` - bit-mask or array of [Fenom settings](./docs/configuration.md#template-settings). ### Use Fenom From 7ef193749b996369e38312a7ebe3b48e7b26bb6e Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Mon, 28 Jul 2014 13:49:28 +0400 Subject: [PATCH 2/2] Update start.md --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index 9e6f9f1..851b811 100644 --- a/docs/start.md +++ b/docs/start.md @@ -43,7 +43,7 @@ $fenom->setOptions($options); * `/path/to/templates` — directory, where stores your templates. * `/path/to/template/cache` — directory, where stores compiled templates in PHP files. -* `$options` - bit-mask or array of [Fenom settings](./docs/configuration.md#template-settings). +* `$options` - bit-mask or array of [Fenom settings](./configuration.md#template-settings). ### Use Fenom