Skip to content

Commit

Permalink
docs: Fix Github links not working
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Jul 2, 2023
1 parent 6614dd6 commit 38e0e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const components: Record<string, Component> = {
released: true,
actions: {
'View on GitHub': {
link: 'https://github.com/maicol07/material-web-additions/card',
link: 'https://github.com/maicol07/material-web-additions/blob/main/card',
title: 'View on GitHub',
icon: 'code'
},
Expand All @@ -57,7 +57,7 @@ const components: Record<string, Component> = {
released: true,
actions: {
'View on GitHub': {
link: 'https://github.com/maicol07/material-web-additions/data-table',
link: 'https://github.com/maicol07/material-web-additions/blob/main/data-table',
title: 'View on GitHub',
icon: 'code'
}
Expand All @@ -70,7 +70,7 @@ const components: Record<string, Component> = {
released: true,
actions: {
'View on GitHub': {
link: 'https://github.com/maicol07/material-web-additions/layout-grid',
link: 'https://github.com/maicol07/material-web-additions/blob/main/layout-grid',
title: 'View on GitHub',
icon: 'code'
},
Expand Down

0 comments on commit 38e0e23

Please sign in to comment.