Skip to content

Commit 119b882

Browse files
committed
Fix: update document and news URLs in CmsInfoWidget
1 parent d4c9995 commit 119b882

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

src/Filament/Widgets/CmsInfoWidget.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,11 @@ public static function getPermissionDisplayName(): string
2828

2929
public function getDocumentUrl(): string
3030
{
31-
return 'https://docs.inspirecms.io';
31+
return 'https://inspirecms.net/docs';
3232
}
3333

3434
public function getNewsUrl(): string
3535
{
36-
return 'https://inspirecms.io/news';
37-
}
38-
39-
public function getLightScreenShotUrl(): string
40-
{
41-
return 'https://laravel.com/assets/img/welcome/docs-light.svg';
42-
}
43-
44-
public function getDarkScreenShotUrl(): string
45-
{
46-
return 'https://laravel.com/assets/img/welcome/docs-dark.svg';
36+
return 'https://inspirecms.net/news';
4737
}
4838
}

0 commit comments

Comments
 (0)