From ba3c35b32cf1cb0cda69d179f472f2fbe514f4d1 Mon Sep 17 00:00:00 2001 From: Alex Vanderbist Date: Wed, 20 Oct 2021 14:45:43 +0200 Subject: [PATCH] Update CHANGELOG.md (#676) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04876c4..b0bdc4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to `laravel-query-builder` will be documented in this file - includes will no longer be automatically camel-cased to match a relationship name - fields will no longer be automatically snake-cased to match table or column names -Take a look at the (upgrade guide)[./UPGRADING.md] for a more detailed explanation. +Take a look at the [upgrade guide](./UPGRADING.md) for a more detailed explanation. ## 3.6.0 - 2021-09-06