From 184bc984f15ec3fdabe8bf058313ba246616ccfb Mon Sep 17 00:00:00 2001 From: maliming Date: Sun, 6 Jan 2019 16:19:19 +0800 Subject: [PATCH] Update docs-nav.json --- docs/zh-Hans/docs-nav.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index 554967dbac..202bd7b57d 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -16,11 +16,11 @@ "text": "从空项目开始", "items": [ { - "text": "使用Console Application", + "text": "使用ASP.NET Core Web Application", "path": "Getting-Started-AspNetCore-Application.md" }, { - "text": "使用 ASP.NET Core Web Application", + "text": "使用Console Application", "path": "Getting-Started-Console-Application.md" } ]