Skip to content

Commit 671bbc4

Browse files
committed
Fix wrong link in to example button
1 parent fd0670d commit 671bbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/components/common/example-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const ExampleLink = ({ to, text = 'To example' }) => {
1515
return (
1616
<React.Fragment>
1717
<div style={{ float: 'right' }}>
18-
<RouterLink href={`/provider-mappers/${to}?mapper=mui`}>
18+
<RouterLink href={`/provided-mappers/${to}?mapper=mui`}>
1919
<a className={classes.toExampleLink} href={`/provided-mappers/${to}?mapper=mui`}>
2020
<Button color="primary">{text}</Button>
2121
</a>

0 commit comments

Comments
 (0)