Skip to content

Commit be5d900

Browse files
committed
update
1 parent 62a2ca5 commit be5d900

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
- [源码](https://github.com/jaywcjlove/linux-command)
108108
- sar: linux 命令,查看系统状态
109109
- stat: 查看文件状态,比 ls 更详细,并且能指定输出哪些状态
110-
- file: 查看文件类型。[详见](http://adoyle.me/Today-I-Learned/linux/file-command.html)
111-
- md5: 计算 md5。[详见](http://adoyle.me/Today-I-Learned/linux/hash-command.html)
110+
- file: 查看文件类型。[详见](http://til.adoyle.me/linux/file-command)
111+
- md5: 计算 md5。[详见](http://til.adoyle.me/linux/hash-command)
112112
- cksum: crc32 算法
113113
- shasum: sha1 算法
114114
- 编辑:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
14091409
## SSG: Static Site Generator
14101410

14111411
- [Jekyll](https://jekyllrb.com/): Ruby 生态。Github Page 默认 SSG。markdown 文本编译成网页。主题和插件生态非常丰富。
1412-
- [我的使用经验](https://adoyle.me/Today-I-Learned/others/jekyll.html)
1412+
- [我的使用经验](https://til.adoyle.me/others/jekyll)
14131413
- [jekyll-toc](https://github.com/allejo/jekyll-toc): 给 Github Page 的 jekyll 主题增加 TOC
14141414
- [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme): 自动安装 jekyll 主题
14151415
- [just-the-docs](https://github.com/just-the-docs/just-the-docs): 基于 Jekyll,适用于生成项目文档。搜索功能强大。

0 commit comments

Comments
 (0)