Skip to content

Commit

Permalink
docs: 🐛 fix some link bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed Jan 14, 2023
1 parent aa7b608 commit a959632
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/languages/CSharp/CSharp_1_basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ C# 保留了指针类型,但是我们只能定义非托管类型的指针,

## 参考文献

1. [https://learn.microsoft.com/en-us/](https://learn.microsoft.com/en-us/)
1. <https://learn.microsoft.com/en-us/>
2. 《复变函数与数理方程》教案,吴昊(男)

---
Expand Down
10 changes: 5 additions & 5 deletions docs/languages/CSharp/CSharp_2_multithread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1279,14 +1279,14 @@ ThreadPool.ThreadCount; // 获取线程池中的线程数目

## 参考文献

1. <https://en.wikipedia.org/wiki/Central_processing_unit,2021> 年 7 月 14 日
1. <https://en.wikipedia.org/wiki/Central_processing_unit>,2021 年 7 月 14 日
2. Computer Organization Design, David A. Patterson, John L. Hennessy, Fifth Edition
3. [https://zh.wikipedia.org/zh-cn/%E5%AF%84%E5%AD%98%E5%99%A8](https://zh.wikipedia.org/zh-cn/%E5%AF%84%E5%AD%98%E5%99%A8)
3. <https://zh.wikipedia.org/zh-cn/%E5%AF%84%E5%AD%98%E5%99%A8>
4. 《深入理解计算机系统》Randal E. BryantDavid R. O'Hallaron 著作,龚奕利、贺莲 译,机械工业出版社,2021 年 3 月第一
5. 《现代操作系统》Andrew S. TanenbaumHerbert Bos 著,陈向群、马洪兵 译,机械工业出版社,20197 月第一版
6. <https://docs.eesast.com/docs/tools/os,2021> 年 7 月 14 日
7. <https://leetcode-cn.com/problemset/all/,2021> 年 7 月 15 日
8. <https://docs.eesast.com/docs/languages/CSharp_2_multithread,2021> 年 7 月 15 日
6. <https://docs.eesast.com/docs/tools/os>,2021 年 7 月 14 日
7. <https://leetcode-cn.com/problemset/all/>,2021 年 7 月 15 日
8. <https://docs.eesast.com/docs/languages/CSharp_2_multithread>,2021 年 7 月 15 日

---

Expand Down
16 changes: 8 additions & 8 deletions docs/tools/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,13 @@ GitHub 为每个仓库提供了 release 功能(位于仓库页面的右侧)

## 参考文献

- [https://en.wikipedia.org/wiki/Git](https://en.wikipedia.org/wiki/Git),2022 年 1 月 24 日
- [https://zh.wikipedia.org/wiki/Git)](https://zh.wikipedia.org/wiki/Git),2022 年 1 月 24 日
- [https://missing.csail.mit.edu/2020/version-control/](https://missing.csail.mit.edu/2020/version-control/),2022 年 1 月 24 日
- <https://en.wikipedia.org/wiki/Git>,2022 年 1 月 24 日
- <https://zh.wikipedia.org/wiki/Git>,2022 年 1 月 24 日
- <https://missing.csail.mit.edu/2020/version-control/>,2022 年 1 月 24 日
- 《软件工程》,Ian Sommerville 著,彭鑫、赵文耘 译,机械工业出版社,北京,2020 年 11 月 第 1 版
- [https://docs.eesast.com/docs/tools/git](https://docs.eesast.com/docs/tools/git),2022 年 1 月 25 日
- [https://en.wikipedia.org/wiki/GitHub](https://en.wikipedia.org/wiki/GitHub),2022 年 1 月 25 日
- [https://docs.gitlab.com/ee/topics/gitlab_flow.html](https://docs.gitlab.com/ee/topics/gitlab_flow.html),2022 年 1 月 26 日
- [https://bbs.huaweicloud.com/blogs/281789](https://bbs.huaweicloud.com/blogs/281789),2022 年 1 月 26 日
- [https://weihongyu.com/基于 gitlab 的工作流程设计/](https://weihongyu.com/基于gitlab的工作流程设计/),2022 年 1 月 26 日
- <https://docs.eesast.com/docs/tools/git>,2022 年 1 月 25 日
- <https://en.wikipedia.org/wiki/GitHub>,2022 年 1 月 25 日
- <https://docs.gitlab.com/ee/topics/gitlab_flow.html>,2022 年 1 月 26 日
- <https://bbs.huaweicloud.com/blogs/281789>,2022 年 1 月 26 日
- <https://weihongyu.com/基于gitlab的工作流程设计/>,2022 年 1 月 26 日
- 《复变函数与数理方程》课件,吴昊

0 comments on commit a959632

Please sign in to comment.