From 7a02c31fbcc6053bc4504b47bc7abbe11f88bb61 Mon Sep 17 00:00:00 2001 From: Vinayak Bagaria Date: Tue, 8 May 2018 00:15:15 +0530 Subject: [PATCH] Repeating link to main website corrected Clicking on the previous link redirected to: https://reactjs.org/https://reactjs.org Its a 404 page. Maybe instead of the whole link, we can use something like: [https://reactjs.org](/) --- content/blog/2013-06-05-why-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2013-06-05-why-react.md b/content/blog/2013-06-05-why-react.md index 79e5af0ba..30d54b24c 100644 --- a/content/blog/2013-06-05-why-react.md +++ b/content/blog/2013-06-05-why-react.md @@ -80,7 +80,7 @@ some pretty cool things with it: (including IE8) and automatically use [event delegation](http://davidwalsh.name/event-delegate). -Head on over to https://reactjs.org to check out what we have +Head on over to [https://reactjs.org](https://reactjs.org) to check out what we have built. Our documentation is geared towards building apps with the framework, but if you are interested in the nuts and bolts [get in touch](/support.html) with us!