From 04c4b0345b31d8cc77bc3f7c531174000272695a Mon Sep 17 00:00:00 2001 From: zhangmm Date: Sat, 12 Dec 2015 09:58:47 +0800 Subject: [PATCH] fix the url of React with ASP.NET 5 Tutorial --- javascript-frameworks-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index a7494b7c..b3d86347 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -112,7 +112,7 @@ * [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) * [React Primer Draft](https://github.com/mikechau/react-primer-draft) * [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) -* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/tutorial.html) +* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/aspnet5.html) * [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components) * [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial) * React Tutorial by Josh Finnie -- GitLab