From e8e0bcfe6407463a3bc35d81cba7fd0de7053fb9 Mon Sep 17 00:00:00 2001 From: seojeee Date: Tue, 30 Apr 2019 01:39:45 -0700 Subject: [PATCH] Fix broken link in Overview.md (#2062) Summary: **Summary** fixed the broken link on the documentation **Test Plan** . Pull Request resolved: https://github.com/facebook/draft-js/pull/2062 Differential Revision: D15146390 Pulled By: claudiopro fbshipit-source-id: 31450d24a5326025b3fa7ffb9c142f1ccfa4fba3 --- docs/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Overview.md b/docs/Overview.md index 52f288cfa3..4da2e61a8a 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -8,7 +8,7 @@ Draft.js is a framework for building rich text editors in React, powered by an i Draft.js makes it easy to build any type of rich text input, whether you're just looking to support a few inline text styles or building a complex text editor for composing long-form articles. -Draft.js was introduced at [React.js Conf](http://conf.reactjs.com/) in February 2016. +Draft.js was introduced at [React.js Conf](https://conf2016.reactjs.org/schedule.html#rich-text-editing-with-react) in February 2016.