Skip to content

Commit a959632

Browse files
committed
docs: 🐛 fix some link bugs
1 parent aa7b608 commit a959632

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

docs/languages/CSharp/CSharp_1_basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ C# 保留了指针类型,但是我们只能定义非托管类型的指针,
17471747

17481748
## 参考文献
17491749

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

17531753
---

docs/languages/CSharp/CSharp_2_multithread.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,14 +1279,14 @@ ThreadPool.ThreadCount; // 获取线程池中的线程数目
12791279

12801280
## 参考文献
12811281

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

12911291
---
12921292

docs/tools/git.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,13 @@ GitHub 为每个仓库提供了 release 功能(位于仓库页面的右侧)
366366

367367
## 参考文献
368368

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

0 commit comments

Comments
 (0)