From e62228563fa1212aa02d47ba1c928eb9a6529394 Mon Sep 17 00:00:00 2001 From: Landon Clipp Date: Thu, 20 Apr 2023 22:20:55 -0500 Subject: [PATCH] Update features.md --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 5ff4de03..e1f0b847 100644 --- a/docs/features.md +++ b/docs/features.md @@ -144,7 +144,7 @@ packages: !!! note Templated variables are only available when using the `packages` config feature. -Included with this feature is the ability to use templated strings for various configuration options. This is useful to define where your mocks are placed and how to name them. You can view the template variables available in the [Configuration](/mockery/configuration/#parameter-descriptions) section of the docs, under the `packages config` tab. +Included with this feature is the ability to use templated strings for various configuration options. This is useful to define where your mocks are placed and how to name them. You can view the template variables available in the [Configuration]([/mockery/configuration/#parameter-descriptions](https://vektra.github.io/mockery/configuration/#template-variables)) section of the docs. ### Layouts