Skip to content

Commit 827e065

Browse files
committed
Update URLs
1 parent 7b8a937 commit 827e065

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/_common/AppFooter/AppFooter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ const Footer = () => {
1313
{`Modular Material Admin React`}{' '}
1414
<Link
1515
color="primary"
16-
href="https://github.com/modularcode/modular-material-admin-react/releases"
16+
href="https://github.com/modularcode/modular-admin-react/releases"
1717
>
1818
v{pkg.version}
1919
</Link>
2020
{' | '}
2121
<Link
2222
color="primary"
23-
href="https://github.com/modularcode/modular-material-admin-react/blob/master/LICENSE"
23+
href="https://github.com/modularcode/modular-admin-react/blob/master/LICENSE"
2424
>
2525
MIT License
2626
</Link>

src/_common/AppHeader/AppHeaderDemoButtons.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const AppHeaderDemoButtons = props => {
1919
variant="outlined"
2020
color="primary"
2121
className={classes.button}
22-
href="https://github.com/modularcode/modular-material-admin-react"
22+
href="https://github.com/modularcode/modular-admin-react"
2323
>
2424
<IconCode className={classes.demoIcon} />
2525
<span className={classes.demoName}>View on GitHub</span>
@@ -31,7 +31,7 @@ const AppHeaderDemoButtons = props => {
3131
variant="outlined"
3232
color="primary"
3333
className={classes.button}
34-
href="https://github.com/modularcode/modular-material-admin-react/releases"
34+
href="https://github.com/modularcode/modular-admin-react/releases"
3535
>
3636
<IconDownload className={classes.demoIcon} />
3737
<span className={classes.demoName}>Download</span>
@@ -43,7 +43,7 @@ const AppHeaderDemoButtons = props => {
4343
variant="outlined"
4444
color="primary"
4545
className={classes.button}
46-
href="https://github.com/modularcode/modular-material-admin-react/stargazers"
46+
href="https://github.com/modularcode/modular-admin-react/stargazers"
4747
>
4848
<IconStar className={classes.demoIcon} />
4949
<span className={classes.demoName}>Rate</span>

0 commit comments

Comments
 (0)