From 9f86efb499fa1bb174daf1113a1294832200c6ec Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Mon, 20 Aug 2018 11:15:50 -0700 Subject: [PATCH] modify docs overview url (#1802) Summary: Summary I fixed the broken link in the README. Test Plan I tested the change by clicking on the link to make sure that it works now. Pull Request resolved: https://github.com/facebook/draft-js/pull/1802 Reviewed By: flarnie Differential Revision: D9347916 Pulled By: flarnie fbshipit-source-id: a38dd7ec8d6baa73d694eabf4b7362cab8ca8d23 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b04def74ea..8c14457b10 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ with [immutable-js](https://facebook.github.io/immutable-js/), offering an API with functional state updates and aggressively leveraging data persistence for scalable memory usage. -[Learn how to use Draft.js in your own project.](http://draftjs.org/docs/overview.html) +[Learn how to use Draft.js in your own project.](https://draftjs.org/docs/getting-started.html) ## API Notice