Skip to content

Commit

Permalink
chore(Docs): fix 404 not redirecting properly (reactstrap#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
illiteratewriter authored and TheSharpieOne committed Jul 24, 2019
1 parent b4edeb8 commit c07e777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/NotFound/index.js
Expand Up @@ -20,7 +20,7 @@ export default () => {
</p>
<p>
<Button outline color="danger" className="mr-1" tag={Link} to="/">Get Started</Button>
<Button color="danger" tag={Link} to="/components">View Components</Button>
<Button color="danger" tag={Link} to="/components/">View Components</Button>
</p>
</Col>
</Row>
Expand Down

0 comments on commit c07e777

Please sign in to comment.