Skip to content

Commit

Permalink
Merge pull request #14 from creativetimofficial/feature/v3.0.0
Browse files Browse the repository at this point in the history
Fix the broken links
  • Loading branch information
sajadevo authored Nov 26, 2021
2 parents be2cb62 + 7da6a9c commit 1d9097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/examples/Configurator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function Configurator() {
</SuiBox>
<SuiButton
component={Link}
href="https://www.creative-tim.com/learning-lab/react/quick-start/soft-ui-dashboard"
href="https://www.creative-tim.com/learning-lab/react/quick-start/soft-ui-dashboard/"
target="_blank"
rel="noreferrer"
color="dark"
Expand Down
2 changes: 1 addition & 1 deletion src/examples/Sidenav/SidenavCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function SidenavCard() {
</SuiBox>
<SuiButton
component={Link}
href="https://www.creative-tim.com/learning-lab/react/quick-start/soft-ui-dashboard"
href="https://www.creative-tim.com/learning-lab/react/quick-start/soft-ui-dashboard/"
target="_blank"
rel="noreferrer"
size="small"
Expand Down

0 comments on commit 1d9097b

Please sign in to comment.