Skip to content

Commit

Permalink
Fix links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 28, 2024
1 parent d03792a commit 8feab6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Generators/BaseOutlook.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion src/Generators/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion src/Generators/Yahoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 8feab6d

Please sign in to comment.