Skip to content

Commit 08b2627

Browse files
coolguyzoneAlex Krawiec
andauthored
Add missing leading slash creating malformed link (#14560)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 90317db commit 08b2627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/platformFilter/client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const mostViewedPlatforms: {icon: string; key: string; title: string; url: strin
2727
title: 'React',
2828
},
2929
{
30-
url: 'platforms/php/guides/laravel/',
30+
url: '/platforms/php/guides/laravel/',
3131
key: 'php-laravel',
3232
icon: 'php-laravel',
3333
title: 'Laravel',

0 commit comments

Comments
 (0)