From d0587fc88c79385066e482d70d9061ccad0329c6 Mon Sep 17 00:00:00 2001 From: ankitshaw42 <69672075+ankitshaw42@users.noreply.github.com> Date: Wed, 19 Aug 2020 17:46:41 +0530 Subject: [PATCH] Update link for Glitch: React Starter Kit (#3212) Remove a trailing slash in link which was causing redirect to a not found page. --- content/community/courses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/courses.md b/content/community/courses.md index 86e2d83b..d8f1f514 100644 --- a/content/community/courses.md +++ b/content/community/courses.md @@ -8,7 +8,7 @@ permalink: community/courses.html ## Free Courses {#free-courses} -- [Glitch: React Starter Kit](https://glitch.com/glimmer/post/react-starter-kit/) - A free, 5-part video course with interactive code examples that will help you learn React. +- [Glitch: React Starter Kit](https://glitch.com/glimmer/post/react-starter-kit) - A free, 5-part video course with interactive code examples that will help you learn React. - [Codecademy: React 101](https://www.codecademy.com/learn/react-101) - Codecademy's introductory course for React.