From b7775ef22799260d17d451e71e6cdb68922b00ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Czaj=C4=99cki?= Date: Tue, 5 May 2020 07:53:21 -0700 Subject: [PATCH] Fix link to docs (#1118) Summary: Link to documentation in the README is broken. I have replaced it with a working one. ## Changelog Fixed link to the docs in README Pull Request resolved: https://github.com/facebook/flipper/pull/1118 Test Plan: Check out both links in the browser. Reviewed By: mweststrate Differential Revision: D21402065 Pulled By: passy fbshipit-source-id: 809adc30dcfa1543a00adfe84322e1bd1b9511a7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899d1baa0..b028c7ec3 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Older yarn versions might show an error / hang with the message 'Waiting for the # Documentation -Find the full documentation for this project at [fbflipper.com](https://fbflipper.com/docs). +Find the full documentation for this project at [fbflipper.com](https://fbflipper.com/). Our documentation is built with [Docusaurus](https://docusaurus.io/). You can build it locally by running this: