From e47b82d22a12faa37dd3808aacf5e939310e1e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=B1=E5=B8=83?= Date: Tue, 10 Jul 2018 22:18:35 +0800 Subject: [PATCH] Update dva related links for English docs Update dva related links for English docs --- docs/react/practical-projects.en-US.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/react/practical-projects.en-US.md b/docs/react/practical-projects.en-US.md index cd30ad2687..91c4bec8dc 100644 --- a/docs/react/practical-projects.en-US.md +++ b/docs/react/practical-projects.en-US.md @@ -268,9 +268,9 @@ We have completed a simple application, but you may still have lots of questions You can: -- Visit [dva official website](https://github.com/dvajs/dva). -- Be familiar with the [8 Concepts](https://github.com/dvajs/dva/blob/master/docs/Concepts.md), and understand how they are connected together -- Know all [dva APIs](https://github.com/dvajs/dva/blob/master/docs/API.md) -- Checkout [dva knowledgemap](https://github.com/dvajs/dva-knowledgemap), including all the basic knowledge with ES6, React, dva +- Visit [dva official website](https://dvajs.com/). +- Be familiar with the [8 Concepts](https://dvajs.com/guide/concepts.html), and understand how they are connected together +- Know all [dva APIs](https://dvajs.com/api/) +- Checkout [dva knowledgemap](https://dvajs.com/knowledgemap/), including all the basic knowledge with ES6, React, dva - Checkout [more FAQ](https://github.com/dvajs/dva/issues?q=is%3Aissue+is%3Aclosed+label%3Afaq) - If your project is created with [dva-cli](https://github.com/dvajs/dva-cli) , checkout how to [Configure it](https://github.com/sorrycc/roadhog#configuration)