From b6e520adc2083d8d80338226216829daa570a36d Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Sat, 4 May 2024 15:56:27 +0200 Subject: [PATCH] Fix source documentation link --- src/Components/Calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Calendar.php b/src/Components/Calendar.php index e4112c8..ffcb78e 100644 --- a/src/Components/Calendar.php +++ b/src/Components/Calendar.php @@ -151,7 +151,7 @@ public function refreshInterval(int $minutes): Calendar /** * Identifies a location where a client can retrieve updated data for the calendar. * - * @link https://datatracker.ietf.org/doc/html/rfc7986#section-5.7 + * @link https://datatracker.ietf.org/doc/html/rfc7986#section-5.8 */ public function source(string $source): self {