diff --git a/README.md b/README.md index bd59770..426cb1b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # uCore-Tutorial-Guide-2022Spring Documentation of uCore-Tutorial-Guide-2022Spring -Deployed version can be found [here](https://LearningOS.github.io/uCore-Tutorial-Guide/). +Deployed version can be found [here](https://LearningOS.github.io/uCore-Tutorial-Guide-2022S/). diff --git a/source/conf.py b/source/conf.py index 95b9dc9..0f06757 100644 --- a/source/conf.py +++ b/source/conf.py @@ -17,8 +17,8 @@ # -- Project information ----------------------------------------------------- -project = 'uCore-Tutorial-Book-v2' -copyright = '2020, Yifan Wu' +project = 'uCore-Tutorial-Guide-2022S' +copyright = '2022, Yifan Wu' author = 'Yifan Wu' language = 'zh_CN' html_search_language = 'zh' @@ -38,7 +38,7 @@ extensions = [ comments_config = { "utterances": { - "repo": "LearningOS/uCore-Tutorial-Guide", + "repo": "LearningOS/uCore-Tutorial-Guide-2022S", "issue-term": "pathname", "label": "comments", "theme": "github-light",