Skip to content

Commit

Permalink
DOCS (link): fix sorce link for rtl example
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Mar 1, 2019
1 parent 055d0f9 commit c7756c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/Rtl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Rtl = ({ title }) => (
<React.Fragment>
<Title>
<h2>{title}</h2>
<a href="https://github.com/sanusart/react-dropdown-select/tree/master/docs/src/examples/Basic.js">
<a href="https://github.com/sanusart/react-dropdown-select/tree/master/docs/src/examples/Rtl.js">
Source
</a>
</Title>
Expand Down

0 comments on commit c7756c3

Please sign in to comment.