summaryrefslogtreecommitdiffhomepage
path: root/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn')
-rw-r--r--zh-cn/lua-cn.html.markdown2
-rw-r--r--zh-cn/red-cn.html.markdown2
-rw-r--r--zh-cn/sql-cn.html.markdown2
3 files changed, 3 insertions, 3 deletions
diff --git a/zh-cn/lua-cn.html.markdown b/zh-cn/lua-cn.html.markdown
index 6fd10a32..b31a98c1 100644
--- a/zh-cn/lua-cn.html.markdown
+++ b/zh-cn/lua-cn.html.markdown
@@ -419,6 +419,6 @@ lua-users.org上的[Lua简明参考](http://lua-users.org/files/wiki_insecure/us
顺便说一下,整个文件是可运行的Lua;
保存为 learn-cn.lua 用命令 `lua learn-cn.lua` 启动吧!
-本文首次撰写于 [tylerneylon.com](http://tylerneylon.com) 同时也有 [github gist](https://gist.github.com/tylerneylon/5853042) 版.
+本文首次撰写于 [tylerneylon.com](http://tylerneylon.com) 同时也有 [GitHub gist](https://gist.github.com/tylerneylon/5853042) 版.
使用Lua,欢乐常在!
diff --git a/zh-cn/red-cn.html.markdown b/zh-cn/red-cn.html.markdown
index 9aa76a8b..a0abce6e 100644
--- a/zh-cn/red-cn.html.markdown
+++ b/zh-cn/red-cn.html.markdown
@@ -194,7 +194,7 @@ print twice b ; 输出 6
Red 相关的源码信息在 [Red 语言主页](https://www.red-lang.org)。
-源代码的 [github 库](https://github.com/red/red)。
+源代码的 [GitHub 库](https://github.com/red/red)。
Red/System 特性在 [这里](https://static.red-lang.org/red-system-specs-light.html)。
diff --git a/zh-cn/sql-cn.html.markdown b/zh-cn/sql-cn.html.markdown
index c1fad9a2..969da7d6 100644
--- a/zh-cn/sql-cn.html.markdown
+++ b/zh-cn/sql-cn.html.markdown
@@ -19,7 +19,7 @@ ions)](http://troels.arvin.dk/db/rdbms/)是一份很好的产品差
就是就是SQL中尚未被标准化部分的一个典型例子,绝大多数SQL实
现支持关键字QUIT、EXIT或者两者。)
-本文的实例命令假设你已经加载了[github](https://github.com/datacharmer/test_db)上的[MySQL示例员工数据库](https://dev.mysql.com/doc/employee/en/)。
+本文的实例命令假设你已经加载了[GitHub](https://github.com/datacharmer/test_db)上的[MySQL示例员工数据库](https://dev.mysql.com/doc/employee/en/)。
运行脚本的语法取决于你使用的SQL实现。通常是一个命令行工具。
```sql