Fix broken showcase guidelines link
Summary: Corrected the link to route to the showcase guidelines Closes https://github.com/facebook/react-native/pull/10708 Differential Revision: D4121425 Pulled By: hramos fbshipit-source-id: 175c2cde53df0e0703b6aaecc05ced4484b5a64b
This commit is contained in:
parent
b5a71fe2b1
commit
16b0de72c0
|
@ -525,7 +525,7 @@ var showcase = React.createClass({
|
|||
</p>
|
||||
|
||||
<div className="inner-content">
|
||||
<p>If you built a popular application using React Native, we'd love to have your app on this showcase. Check out the <a href="https://github.com/facebook/react-native/blob/master/website/src/react-native/showcaseData.js">guidelines on GitHub</a> to update this page.</p>
|
||||
<p>If you built a popular application using React Native, we'd love to have your app on this showcase. Check out the <a href="https://github.com/facebook/react-native/blob/master/website/src/react-native/showcase.js">guidelines on GitHub</a> to update this page.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue