From f547c5bcef8c5605a0764e9439c7ef004e09c468 Mon Sep 17 00:00:00 2001 From: MvdO79 Date: Sun, 24 Mar 2024 00:02:05 +0100 Subject: [PATCH] Update conventions.md Updated invalid link as pointed out by cfcoder. --- guides/working-with-cfwheels/conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/working-with-cfwheels/conventions.md b/guides/working-with-cfwheels/conventions.md index acd3a66b83..163b6371e0 100644 --- a/guides/working-with-cfwheels/conventions.md +++ b/guides/working-with-cfwheels/conventions.md @@ -108,4 +108,4 @@ For information on overriding column and property names, refer to documentation There are many default values and settings that you can tweak in CFWheels when you need to. Some of them are conventions and others are just configurations available for you to change. You can even change argument defaults for built-in CFWheels functions to keep your code DRYer. -For more details on what you can configure, read the [Configuration and Defaults](https://guides.cfwheels.org/cfwheels-guides/working-with-cfwheels/configuration-and-defaults) chapter. +For more details on what you can configure, read the [Configuration and Defaults](https://guides.cfwheels.org/2.5.0/working-with-cfwheels/configuration-and-defaults) chapter.