From 957f0b3a4067a9ba46d1ffda898658925ffa0549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20V=C3=A9ras=20Valentim?= Date: Mon, 3 Jun 2019 22:37:16 -0300 Subject: [PATCH] Remove outdated link to React FAQ website (#2043) * Add canonical url to the head * Renaming ogUrl to canonicalUrl * Changing home page canonical url * Rename the createOgUrl.js file to createCanonicalUrl.js * Updating ogUrl name and usage (now canonicalUrl) * Add canonicalUrl to TitleAndMetaTags component on pages where it was missing * Adding missing trailing slashes * Remove deprecated link to React FAQ webpage --- content/community/articles.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/community/articles.md b/content/community/articles.md index 53586fe3..a1833597 100644 --- a/content/community/articles.md +++ b/content/community/articles.md @@ -12,5 +12,4 @@ permalink: community/articles.html - [You're missing the point of React](https://medium.com/@dan_abramov/youre-missing-the-point-of-react-a20e34a51e1a) - Dan Abramov's article about the best parts of React. - [Timeline for Learning React](https://daveceddia.com/timeline-for-learning-react/) - Dave Ceddia's recommended timeline for learning React and the React ecosystem. - [Simple React Development in 2017](https://hackernoon.com/simple-react-development-in-2017-113bd563691f) - Joshua Comeau's guide to showcase how easy it can be to start modern React development. -- [React FAQ](https://reactfaq.site/) - An external site with articles that try to answer frequently asked questions about React. - [Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/) - Dave Ceddia's visual guide to React state.