From 8feab6d46dc14cee5c1ab05724dba3a91bef1e6b Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Sun, 28 Jan 2024 13:11:24 +0530 Subject: [PATCH] Fix links to docs --- src/Generators/BaseOutlook.php | 2 +- src/Generators/Google.php | 2 +- src/Generators/Yahoo.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Generators/BaseOutlook.php b/src/Generators/BaseOutlook.php index 48de855..d7a035e 100644 --- a/src/Generators/BaseOutlook.php +++ b/src/Generators/BaseOutlook.php @@ -7,7 +7,7 @@ use Spatie\CalendarLinks\Link; /** - * @see https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/master/services/outlook-web.md + * @see https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/main/services/outlook-web.md */ abstract class BaseOutlook implements Generator { diff --git a/src/Generators/Google.php b/src/Generators/Google.php index f79df36..c2c31af 100644 --- a/src/Generators/Google.php +++ b/src/Generators/Google.php @@ -7,7 +7,7 @@ use Spatie\CalendarLinks\Link; /** - * @see https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/master/services/google.md + * @see https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/main/services/google.md */ class Google implements Generator { diff --git a/src/Generators/Yahoo.php b/src/Generators/Yahoo.php index 8531c8c..697d4cd 100644 --- a/src/Generators/Yahoo.php +++ b/src/Generators/Yahoo.php @@ -7,7 +7,7 @@ use Spatie\CalendarLinks\Link; /** - * @see https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/master/services/yahoo.md + * @see https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/main/services/yahoo.md */ class Yahoo implements Generator {