Skip to content

Commit ac7d90b

Browse files
authored
Fix incorrect issue URL path
1 parent 784bb6a commit ac7d90b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

_cn/2019-08-14-speech-at-msc-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ header:
7070

7171
我对开源项目的其他形式的贡献,也包括了一系列的 Issues。比如
7272

73-
- 安卓系统的 Root 框架 Magisk,我提交了[一个建议](https://github.com/topjohnwu/Magisk/issue/512)来改进它的安装脚本,这个建议随后被采纳
73+
- 安卓系统的 Root 框架 Magisk,我提交了[一个建议](https://github.com/topjohnwu/Magisk/issues/512)来改进它的安装脚本,这个建议随后被采纳
7474
- wtfpython,一个收集了各种 Python 语言的有趣细节的文档,我指出了一处错误;
7575
- BaiduPCS-Go,一个百度网盘的命令行客户端,我反馈了一个 bug;
7676
- 我还在我熟悉的仓库里开了几个简单的 issue,让更多人能借 [Hacktoberfest](https://hacktoberfest.digitalocean.com) 这个机会来参与开源项目

_home/open-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ toc: true
2828

2929
### Cloudflare
3030

31-
- Cloudflare Tunnel [Issue #352](https://github.com/cloudflare/cloudflared/issue/352) and [PR #870](https://github.com/cloudflare/cloudflared/pull/870): Add Tunnel CLI option "edge-bind-address"
31+
- Cloudflare Tunnel [Issue #352](https://github.com/cloudflare/cloudflared/issues/352) and [PR #870](https://github.com/cloudflare/cloudflared/pull/870): Add Tunnel CLI option "edge-bind-address"
3232
- Cloudflare Docs [PR #9783](https://github.com/cloudflare/cloudflare-docs/pull/9783): Documentation for the above feature
3333
- Cloudflare Docs [PR #4235](https://github.com/cloudflare/cloudflare-docs/pull/4235): Invalid heading levels
3434

@@ -56,7 +56,7 @@ toc: true
5656

5757
### Material for MkDocs
5858

59-
- [Issue #3644](https://github.com/squidfunk/mkdocs-material/issue/3644) and [PR #3648](https://github.com/squidfunk/mkdocs-material/pull/3648): Admonitions in list items have extra margin-top on Chrome and Edge
59+
- [Issue #3644](https://github.com/squidfunk/mkdocs-material/issues/3644) and [PR #3648](https://github.com/squidfunk/mkdocs-material/pull/3648): Admonitions in list items have extra margin-top on Chrome and Edge
6060
- Multiple minor fixes in the documentation:
6161
[#1561](https://github.com/squidfunk/mkdocs-material/pull/1561),
6262
[#1580](https://github.com/squidfunk/mkdocs-material/pull/1580),

_posts/2019/2019-08-14-speech-at-msc-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ From SmokeDetector, I started the expansion of my contribution, and sought out f
6868

6969
In addition to code patches, I also opened a series of decent issues, name a few:
7070

71-
- Magisk, a popular root framework for Android. I submitted [a suggestion](https://github.com/topjohnwu/Magisk/issue/512) to improve its install script, which was accepted later. (#512)
71+
- Magisk, a popular root framework for Android. I submitted [a suggestion](https://github.com/topjohnwu/Magisk/issues/512) to improve its install script, which was accepted later. (#512)
7272
- wtfpython, a collection of interesting Python constructs. I pointed out a mistake in the document (#81)
7373
- BaiduPCS-Go, a command-line client for Baidu Net Disk. I reported a bug. (#402)
7474
- I also opened a few trivial issues in repositories that I'm familiar with, so that more people could learn them by participating in [Hacktoberfest](https://hacktoberfest.digitalocean.com).

0 commit comments

Comments
 (0)