From a959632fa4581c93815ae4e668e3288454530a72 Mon Sep 17 00:00:00 2001 From: Timothy Liu Date: Tue, 13 Dec 2022 22:43:30 +0800 Subject: [PATCH] docs: :bug: fix some link bugs --- docs/languages/CSharp/CSharp_1_basic.mdx | 2 +- docs/languages/CSharp/CSharp_2_multithread.mdx | 10 +++++----- docs/tools/git.md | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/languages/CSharp/CSharp_1_basic.mdx b/docs/languages/CSharp/CSharp_1_basic.mdx index e9a28ee0..f19e548c 100644 --- a/docs/languages/CSharp/CSharp_1_basic.mdx +++ b/docs/languages/CSharp/CSharp_1_basic.mdx @@ -1747,7 +1747,7 @@ C# 保留了指针类型,但是我们只能定义非托管类型的指针, ## 参考文献 -1. [https://learn.microsoft.com/en-us/](https://learn.microsoft.com/en-us/) +1. 2. 《复变函数与数理方程》教案,吴昊(男) --- diff --git a/docs/languages/CSharp/CSharp_2_multithread.mdx b/docs/languages/CSharp/CSharp_2_multithread.mdx index 7f4b8001..4f526253 100644 --- a/docs/languages/CSharp/CSharp_2_multithread.mdx +++ b/docs/languages/CSharp/CSharp_2_multithread.mdx @@ -1279,14 +1279,14 @@ ThreadPool.ThreadCount; // 获取线程池中的线程数目 ## 参考文献 -1. 年 7 月 14 日 +1. ,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. 4. 《深入理解计算机系统》Randal E. Bryant、David R. O'Hallaron 著作,龚奕利、贺莲 译,机械工业出版社,2021 年 3 月第一版 5. 《现代操作系统》Andrew S. Tanenbaum、Herbert Bos 著,陈向群、马洪兵 译,机械工业出版社,2019 年 7 月第一版 -6. 年 7 月 14 日 -7. 年 7 月 15 日 -8. 年 7 月 15 日 +6. ,2021 年 7 月 14 日 +7. ,2021 年 7 月 15 日 +8. ,2021 年 7 月 15 日 --- diff --git a/docs/tools/git.md b/docs/tools/git.md index 90f6d35e..2924b009 100644 --- a/docs/tools/git.md +++ b/docs/tools/git.md @@ -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 日 +- ,2022 年 1 月 24 日 +- ,2022 年 1 月 24 日 +- ,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 日 +- ,2022 年 1 月 25 日 +- ,2022 年 1 月 25 日 +- ,2022 年 1 月 26 日 +- ,2022 年 1 月 26 日 +- ,2022 年 1 月 26 日 - 《复变函数与数理方程》课件,吴昊