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:
Héctor Ramos 2016-10-10 17:42:46 -07:00 committed by Facebook Github Bot
parent 2ae73ffa00
commit 33cd930d50
1 changed files with 1 additions and 1 deletions

View File

@ -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>