Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the course schedule documentation by adding missing line numbers and reference materials for lectures #22 and #23, and updates the link for the final exploration experiment documentation from a local file path to a public HTTP URL.
Key Changes
- Added line numbers (27, 28) and chapter references for code generation and optimization lectures
- Updated the experiment 6 documentation link to point to a publicly accessible URL on the university staff website
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | 实验编号 | 发布时间 | 实验名称 | 截止时间 | | ||
| | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -------- | | ||
| | 6 | 12-23 | [探索实验题目文档](./slides/课程探索题目-v1-图片.pdf) , [公共仓库](https://git.lug.ustc.edu.cn/compiler25) | TBD | | ||
| | 6 | 12-23 | [探索实验题目文档](http://staff.ustc.edu.cn/~yuzhang/compiler/ExploreLab.pdf) , [公共仓库](https://git.lug.ustc.edu.cn/compiler25) | TBD | |
There was a problem hiding this comment.
The link has been changed from a relative local path to an HTTP URL pointing to staff.ustc.edu.cn. Consider using HTTPS instead of HTTP for better security, especially for an educational institution's website. The URL should be "https://staff.ustc.edu.cn/~yuzhang/compiler/ExploreLab.pdf" instead of "http://staff.ustc.edu.cn/~yuzhang/compiler/ExploreLab.pdf".
| | 6 | 12-23 | [探索实验题目文档](http://staff.ustc.edu.cn/~yuzhang/compiler/ExploreLab.pdf) , [公共仓库](https://git.lug.ustc.edu.cn/compiler25) | TBD | | |
| | 6 | 12-23 | [探索实验题目文档](https://staff.ustc.edu.cn/~yuzhang/compiler/ExploreLab.pdf) , [公共仓库](https://git.lug.ustc.edu.cn/compiler25) | TBD | |
No description provided.