From 11e45715dd71c56bd09099a3b3ffcaee9c78f298 Mon Sep 17 00:00:00 2001 From: Andriy Karpishyn Date: Sun, 12 May 2024 23:27:29 +0300 Subject: [PATCH] Corrected the link to the event logging example --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index 9fb062be..c1099021 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -34,7 +34,7 @@ $lastLoggedActivity->getExtraProperty('customProperty'); //returns 'customValue' $lastLoggedActivity->description; //returns 'Look mum, I logged something' ``` -Here's an example on [event logging](/laravel-activitylog/v4/advanced-usage/logging-model-events). +Here's an example on [event logging](/docs/laravel-activitylog/v4/advanced-usage/logging-model-events). ```php $newsItem->name = 'updated name';