1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Fix links to master branch

This commit is contained in:
Meow J
2016-07-08 18:03:22 +08:00
parent 105c744fd6
commit 94968f8194
3 changed files with 4 additions and 4 deletions

View File

@@ -75,11 +75,11 @@ $ mkdocs serve
## 建议
如果您发现文档有任何错误的话欢迎Fork这个工程并发送Pull Request到 `master` 分支。如果您不想修改的话,可以点击页面上方的 `Issues` 按钮提交一个Issue我们看到后会及时更正。
如果您发现文档有任何错误的话欢迎Fork这个工程并发送Pull Request到 `new-theme` 分支。如果您不想修改的话,可以点击页面上方的 `Issues` 按钮提交一个Issue我们看到后会及时更正。
## 样式指南
在文档的写作过程中,请遵守我们的[样式指南](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN/blob/master/styleguide.md)方便之后的校对以及修改工作。
在文档的写作过程中,请遵守我们的[样式指南](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN/blob/new-theme/styleguide.md)方便之后的校对以及修改工作。
## 联系方式

View File

@@ -59,7 +59,7 @@ site_name: 'LearnOpenGL CN'
site_url: https://learnopengl-cn.github.io/
repo_url: https://github.com/LearnOpenGL-CN/LearnOpenGL-CN/tree/new-theme
repo_url: https://github.com/LearnOpenGL-CN/LearnOpenGL-CN
markdown_extensions:
- admonition

View File

@@ -144,7 +144,7 @@ $$
## 专业词汇对照表
1. [专有词汇翻译记录](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN/blob/master/glossary.md)
1. [专有词汇翻译记录](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN/blob/new-theme/glossary.md)
2. [微软术语搜索](https://www.microsoft.com/Language/zh-cn/Search.aspx)
3. [《游戏引擎架构》中英词汇索引表](http://www.cnblogs.com/miloyip/p/GameEngineArchitectureIndex.html)
4. 摘抄自《OpenGL超级宝典第五版》