diff --git a/docs/start.md b/docs/start.md index 09851c1..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/settings.md). +* `$options` - bit-mask or array of [Fenom settings](./configuration.md#template-settings). ### Use Fenom