Skip to content

Commit

Permalink
update rtd component with rtfd link
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Apr 18, 2016
1 parent 61c81bc commit dff33f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/example/components/ReadTheDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ class ReadTheDocs extends React.Component {
return (
<a
className="btn btn-lg btn-success"
href="https://github.com/hartym/LeanJS/blob/master/README.rst"
target="_blank" role="button"
href="http://leanjs.rtfd.org"
target="_blank"
role="button"
>
<i className="fa fa-book" />{' '}Read the docs
<i className="fa fa-book" />
{' '}
Read the docs
</a>
)
}
Expand Down

0 comments on commit dff33f8

Please sign in to comment.