rename tic/tic to tic/_tic, tac/tac to tac/_tac

This commit is contained in:
Luk Lu
2019-08-27 15:00:45 +08:00
parent 2dd2e3eff1
commit 3e9928ba7c
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
时光节点.客户端(Web) 时光节点.客户端(Web)
## GIT项目库导航 ## GIT项目库导航
* 时光链 [tic/tic](https://git.faronear.org/tic/tic) * 时光链 [tic/_tic](https://git.faronear.org/tic/_tic)
* 星云节点 [tic/gnode](https://git.faronear.org/tic/gnode) * 星云节点 [tic/gnode](https://git.faronear.org/tic/gnode)
* 服务端 [tic/node.server](https://git.faronear.org/tic/node.server) * 服务端 [tic/node.server](https://git.faronear.org/tic/node.server)
* 原型 [tic/node.console.design](https://git.faronear.org/tic/node.console.design) * 原型 [tic/node.console.design](https://git.faronear.org/tic/node.console.design)

View File

@@ -20,15 +20,15 @@
+ nodejs + nodejs
+ For support on installing nodejs, see <https://git.faronear.org/tic/tic/src/master/toolGuide/nodejs.md> + For support on installing nodejs, see <https://git.faronear.org/library/lib.notes/src/master/JavaScript/nodejs.md>
+ git + git
+ For support on installing git, see <https://git.faronear.org/tic/tic/src/master/toolGuide/git.md> + For support on installing git, see <https://git.faronear.org/library/lib.notes/src/master/VCS/git.md>
+ node.server + node.server
+ See <https://git.faronear.org/tic/node.server/src/master/InstallationGuide.md> + See <https://git.faronear.org/tic/node.server/src/master/doc/Installation.md>
## 2. Preparation ## 2. Preparation
@@ -86,4 +86,4 @@ npm install
## 4. References ## 4. References
+ 返回上级文档: <https://git.faronear.org/tic/node.console.web> + 返回上级文档: <https://git.faronear.org/tic/node.console.web>
+ 返回根文档: <https://git.faronear.org/tic/tic/> + 返回根文档: <https://git.faronear.org/tic/_tic/>