From 275767122ccedff26198ad02b180229dfb725b81 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Thu, 30 Jun 2022 12:45:56 +0800 Subject: [PATCH] update conf.py --- guide/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/source/conf.py b/guide/source/conf.py index 61e74b1..6e0d444 100644 --- a/guide/source/conf.py +++ b/guide/source/conf.py @@ -39,7 +39,7 @@ extensions = [ comments_config = { "utterances": { - "repo": "LearningOS/rCore-Tutorial-Guide-2022S", + "repo": "LearningOS/rust-based-os-comp2022", "issue-term": "pathname", "label": "comments", "theme": "github-light",