Fix broken links on website and github readme

Summary:
The url for the getting started page was changed yesterday. (no longer getting-started.html)
This fixes some links that were broken because of it.

Reviewed By: cekkaewnumchai

Differential Revision: D20855343

fbshipit-source-id: 788efb75f3581e4fe6cecd5f69f11dd64b03e7df
This commit is contained in:
John Knox
2020-04-04 02:29:04 -07:00
committed by Facebook GitHub Bot
parent 4be1b4d491
commit f1e8297800
6 changed files with 11 additions and 15 deletions

View File

@@ -17,10 +17,10 @@ class Index extends React.Component {
<div className="content">
<h1>Extensible mobile app&nbsp;debugger</h1>
<h2>
Flipper is a platform for debugging iOS, Android
and React Native apps. Visualize, inspect, and control your apps
from a simple desktop interface. Use Flipper as is or extend it
using the plugin API.
Flipper is a platform for debugging iOS, Android and React Native
apps. Visualize, inspect, and control your apps from a simple
desktop interface. Use Flipper as is or extend it using the plugin
API.
</h2>
<div className="row">
<p
@@ -128,7 +128,7 @@ class Index extends React.Component {
</div>
</div>
<div className="wrapper landing-cta">
<a href="/docs/getting-started.html" className="landing-btn primary">
<a href="/docs/getting-started/" className="landing-btn primary">
Integrate Flipper In Your App
</a>
<a