From f6e07de0bd98098bf1acb251eb02b43f7b67c3fe Mon Sep 17 00:00:00 2001 From: Cai Bingjun <1945458160@qq.com> Date: Tue, 27 Sep 2022 21:44:15 +0800 Subject: [PATCH] Update 00_basic.md --- doc/EN/syntax/00_basic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/EN/syntax/00_basic.md b/doc/EN/syntax/00_basic.md index f3e39ed6..4ecba812 100644 --- a/doc/EN/syntax/00_basic.md +++ b/doc/EN/syntax/00_basic.md @@ -3,11 +3,11 @@ > __Warning__: This document is incomplete. It has not been proofread (style, correct links, mistranslation, etc.). Also, Erg's syntax may be change destructively during version 0.*, and the documentation may not have been updated accordingly. Please be aware of this beforehand. > If you find any errors in this document, please report then to [here form](https://forms.gle/HtLYRfYzWCAaeTGb6) or [GitHub repo](https://github.com/mtshiba/TheErgBook/issues/new). We would appreciate your suggestions. > -> [Erg Book 日本語訳](https://erg-lang.github.io/the-erg-book/JA/) +> [Erg Book 日本語訳](https://erg-lang.org/the-erg-book/JA/) > -> [Erg Book 繁體中文翻譯](https://erg-lang.github.io/the-erg-book/zh_CN/) +> [Erg Book 繁體中文翻譯](https://erg-lang.org/the-erg-book/zh_TW/) > -> [Erg Book 简体中文翻译](https://erg-lang.github.io/the-erg-book/zh_TW/) +> [Erg Book 简体中文翻译](https://erg-lang.org/the-erg-book/zh_CN/) This document describes the basic syntax of Erg. The [Standard API](../API/index.md) and [internal documents for Erg contributors](../dev_guide/index.md) are located in another directory.