diff --git a/README.md b/README.md index c0b1fbe..7a7695f 100644 --- a/README.md +++ b/README.md @@ -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)方便之后的校对以及修改工作。 ## 联系方式 diff --git a/mkdocs.yml b/mkdocs.yml index 41bc88f..a0038c1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/styleguide.md b/styleguide.md index 047c0a8..566d97a 100644 --- a/styleguide.md +++ b/styleguide.md @@ -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超级宝典第五版》: