From 317c4942620298bc3a438b45da2161daf58cb826 Mon Sep 17 00:00:00 2001 From: Meow J Date: Tue, 23 May 2017 21:09:24 +0800 Subject: [PATCH] Add a link to LearnOpenGL's Github repo --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 47c8bab..6dbe394 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,4 +22,6 @@ 这里是LearnOpenGL教程的中文翻译,英文版的地址为:[http://learnopengl.com/](http://learnopengl.com/) -由于翻译可能无法做到精确表达原文意思,我们推荐您在对问题有疑惑的时候去阅读一下英文版的教程。如果您对翻译有更好的建议,可以去我们的[GitHub工程](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)上提交Issue或者Pull Request。如果是对教程的内容有问题,请先查看原文,如果不是翻译错误的话,请直接在原网站评论区向作者(JoeyDeVries)反馈。 \ No newline at end of file +由于翻译可能无法做到精确表达原文意思,我们推荐您在对问题有疑惑的时候去阅读一下英文版的教程。如果您对翻译有更好的建议,可以去我们的[GitHub工程](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)上提交Issue或者Pull Request。如果是对教程的内容有问题,请先查看原文,如果不是翻译错误的话,请直接在原网站评论区向作者(JoeyDeVries)反馈。 + +如果教程中的源码无法打开的话,可以到教程的[GitHub页面](https://github.com/JoeyDeVries/LearnOpenGL)上去寻找所需的代码,每一节教程的源码以及练习都位于 `src` 目录下的对应章节目录中。 \ No newline at end of file