diff --git a/docs/编程入门/Python/CS61A.en.md b/docs/编程入门/Python/CS61A.en.md
index 50fcc628..72ec0961 100644
--- a/docs/编程入门/Python/CS61A.en.md
+++ b/docs/编程入门/Python/CS61A.en.md
@@ -25,10 +25,10 @@ Note: If you have no prior programming experience at all, getting started with C
## Course Resources
- Course Website: [spring2024](https://inst.eecs.berkeley.edu/~cs61a/sp24), [fall2023](https://inst.eecs.berkeley.edu/~cs61a/fa23/), [spring2023](https://inst.eecs.berkeley.edu/~cs61a/sp23), [fall2022](https://inst.eecs.berkeley.edu/~cs61a/fall22)
-- Course Website (backup): [spring2022](https://cs61a.vercel.app/)
-- Recordings:
+- Course Website (backup): [fall2024](https://insideempire.github.io/CS61A-Website-Archive/), [spring2022](https://cs61a.vercel.app/), [fall2022](https://web.archive.org/web/20220913035803/http://cs61a.org/), [fall2020](https://web.archive.org/web/20201219202644/https://cs61a.org/)
+- Recordings: [fall2022](https://www.bilibili.com/video/BV1GK411Q7qp/), [fall2020](https://www.bilibili.com/video/BV1s3411G7yM/)
- Textbook:
-- Assignments: refer to the course website
+- Assignments: [fall2024](https://github.com/InsideEmpire/CS61A-Assignments)
## Personal Resources
diff --git a/docs/编程入门/Python/CS61A.md b/docs/编程入门/Python/CS61A.md
index c6bdbc27..7fdd88ef 100644
--- a/docs/编程入门/Python/CS61A.md
+++ b/docs/编程入门/Python/CS61A.md
@@ -25,11 +25,11 @@ CS61B 和 CS61C 在本书中均有收录。
## 课程资源
- 课程网站: [spring2024](https://inst.eecs.berkeley.edu/~cs61a/sp24), [fall2023](https://inst.eecs.berkeley.edu/~cs61a/fa23/), [spring2023](https://inst.eecs.berkeley.edu/~cs61a/sp23), [fall2022](https://inst.eecs.berkeley.edu/~cs61a/fall22)
-- 课程网站 (页面备份):[spring2022](https://cs61a.vercel.app/),[fall2022](https://web.archive.org/web/20220913035803/http://cs61a.org/), [fall2020](https://web.archive.org/web/20201219202644/https://cs61a.org/)
+- 课程网站 (页面备份):[fall2024](https://insideempire.github.io/CS61A-Website-Archive/), [spring2022](https://cs61a.vercel.app/), [fall2022](https://web.archive.org/web/20220913035803/http://cs61a.org/), [fall2020](https://web.archive.org/web/20201219202644/https://cs61a.org/)
- 课程视频: [fall2022](https://www.bilibili.com/video/BV1GK411Q7qp/), [fall2020](https://www.bilibili.com/video/BV1s3411G7yM/)
- 课程教材:
- 课程教材中文翻译:
-- 课程作业: 课程网站会有每个作业对应的文档链接以及代码框架的下载链接。
+- 课程作业: [fall2024](https://github.com/InsideEmpire/CS61A-Assignments)
## 资源汇总