Skip to content

Commit 72ecca6

Browse files
committed
Update for 2025S
1 parent 6ceab5b commit 72ecca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Mirror + trigger CI
1111
uses: tkf2019/gitlab-mirror-and-ci-action@master
1212
with:
13-
args: "https://git.tsinghua.edu.cn/os-lab/2024a/public/ucore-tutorial-code-2024a"
13+
args: "https://git.tsinghua.edu.cn/os-lab/2025S/public/ucore-tutorial-code-2025S"
1414
env:
1515
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
1616
GITLAB_PROJECT_ID: "34735"
17-
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2024a"
17+
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2025S"
1818
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Course project for THU-OS.
88

99
实验 lab1-lab5 基准代码分别位于 ch3-ch8 分支下。
1010

11-
实验在线文档[uCore-Tutorial-Guide 2024 Autumn](https://learningos.cn/uCore-Tutorial-Guide-2024A//)
11+
实验在线文档[uCore-Tutorial-Guide 2024 Autumn](https://learningos.cn/uCore-Tutorial-Guide-2025S//)
1212

1313
注:为了兼容清华 Git 的需求、避免同学在主分支写代码、明确主分支的功能性,特意单独建了仅包含 README 与 LICENSE 的 master 分支,完成课程实验时请在 clone 仓库后先 push master 分支到清华 Git,然后切到自己开发所需的分支进行后续操作。

0 commit comments

Comments
 (0)