Link to unversioned showcase.
Summary: The showcase is not versioned. We need to link to `/react-native/showcase.html` to ensure the unversioned showcase is loaded instead of something like `react-native/releases/0.34/showcase.html` which does not exist. Closes https://github.com/facebook/react-native/pull/10324 Differential Revision: D3995139 Pulled By: bestander fbshipit-source-id: b361394e0f4edd182006b306a33f7417e69ce9af
This commit is contained in:
parent
2ae73ffa00
commit
33cd930d50
|
@ -235,7 +235,7 @@ class SomethingFast extends Component {
|
|||
Some of these are hybrid native/React Native apps.
|
||||
</p>
|
||||
<div className="buttons-unit">
|
||||
<a href="showcase.html" className="button">More React Native apps</a>
|
||||
<a href="/react-native/showcase.html" className="button">More React Native apps</a>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue