fixing links on website
Summary: fixing broken links for: - Twitter account - App download - FlipperKit image on landing page Reviewed By: passy Differential Revision: D9131794 fbshipit-source-id: 0e7db0ebd57757684571f0325543c35ce3ba9bec
This commit is contained in:
committed by
Facebook Github Bot
parent
1b072c71a7
commit
7a82d56eb6
@@ -47,7 +47,7 @@ class Footer extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>More</h5>
|
<h5>More</h5>
|
||||||
<a href="https://twitter.com/fb_flipper">Twitter</a>
|
<a href="https://twitter.com/flipper_fb">Twitter</a>
|
||||||
<a href={this.props.config.repoUrl}>GitHub</a>
|
<a href={this.props.config.repoUrl}>GitHub</a>
|
||||||
<a
|
<a
|
||||||
className="github-button"
|
className="github-button"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class Index extends React.Component {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<a
|
<a
|
||||||
className="btn primary"
|
className="btn primary"
|
||||||
href="https://www.facebook.com/flipper/public/mac">
|
href="https://www.facebook.com/fbflipper/public/mac">
|
||||||
Download
|
Download
|
||||||
</a>
|
</a>
|
||||||
<a className="btn" href="/docs/understand.html">
|
<a className="btn" href="/docs/understand.html">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user