From 39a48fc21b1b5e0f3fae507dfbb26b6d46d4bf0f Mon Sep 17 00:00:00 2001 From: godotg Date: Sat, 17 Sep 2022 20:12:17 +0800 Subject: [PATCH] =?UTF-8?q?doc[zfoo]:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_EN.md | 2 +- doc/{视频教程.md => video-tutorial.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/{视频教程.md => video-tutorial.md} (100%) diff --git a/README.md b/README.md index f1929fcf..0eae7f20 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Why is zfoo protocol ? - 有问题,先看 [FAQ](./doc/FAQ.md) 能否解决你的问题,每个工程目录的test文件夹下都有标准的demo展示和注释说明,可以直接运行 - [问题讨论群QQ: 876280300](https://qm.qq.com/cgi-bin/qm/qr?k=uSo2FnXz50i5UZ1LYZS1sPsVWW9A34v-&jump_from=webapi) -- [zfoo 框架视频教程](./doc/视频教程.md),持续更新中,新手友好,先从简单的基础使用开始,然后再深入到底层核心代码运行 +- [zfoo 框架视频教程](./doc/video-tutorial.md),持续更新中,新手友好,先从简单的基础使用开始,然后再深入到底层核心代码运行 - [tank-game-server](https://github.com/zfoo-project/tank-game-server) 网络游戏《进击的坦克(The Fight of Tanks)》,新手友好,难度2星 - 快速体验,tank游戏入口 [tank.zfoo.net](http://tank.zfoo.net) diff --git a/README_EN.md b/README_EN.md index a17b8ec1..d1f5dd5f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -66,7 +66,7 @@ Perfect work development process, complete online solution - [FAQ](./doc/FAQ.md),There are standard demo display and instructions in the test folder of each project directory, which can be run directly -- [zfoo video tutorials](./doc/视频教程.md),In the continuous update, it is recommended to watch the hands-on instructional +- [zfoo video tutorials](./doc/video-tutorial.md),In the continuous update, it is recommended to watch the hands-on instructional video first. - [tank-game-server](https://github.com/zfoo-project/tank-game-server) Online game《The Fight of Tanks》,novice friendly, diff --git a/doc/视频教程.md b/doc/video-tutorial.md similarity index 100% rename from doc/视频教程.md rename to doc/video-tutorial.md