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:
@@ -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)方便之后的校对以及修改工作。
|
||||
|
||||
## 联系方式
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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超级宝典第五版》:
|
||||
|
Reference in New Issue
Block a user