From bea884a68281f8558944ecfd897e557feba53075 Mon Sep 17 00:00:00 2001 From: Luke De Feo Date: Mon, 1 Aug 2022 09:27:19 -0700 Subject: [PATCH] fix broken link in docs Summary: . Reviewed By: lblasa Differential Revision: D38312702 fbshipit-source-id: d3296dfe65b3ba4242a47179ec08911c500bf2d5 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b9634f69..6fb026b60 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ - [Android SDK + Sample app](#android-sdk--sample-app) - [React Native SDK + Sample app](#react-native-sdk--sample-app) - [JS SDK + Sample React app](#js-sdk--sample-react-app) - - [Troubleshooting](#troubleshooting) + - [Troubleshooting](#troubleshooting) - [Documentation](#documentation) - [Contributing](#contributing) - [License](#license) @@ -78,9 +78,9 @@ This repository includes all parts of Flipper. This includes: # Getting started Please refer to our -[Getting Started guide](https://fbflipper.com/docs/getting-started/index) to set -up Flipper. -Or, (still experimental) run `npx flipper-server` for a browser based version of Flipper. +[Getting Started guide](https://fbflipper.com/docs/getting-started) to set up +Flipper. Or, (still experimental) run `npx flipper-server` for a browser based +version of Flipper. ## Requirements