From 2b6c206c4f169dc063e86d4a605fd3e1fd357250 Mon Sep 17 00:00:00 2001 From: LKM Date: Mon, 30 Mar 2020 17:45:45 +0800 Subject: [PATCH] [fix] fix link error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa76082f..01f9f515 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git ### Linux * [后端程序员必备的 Linux 基础知识](docs/operating-system/linux.md) -* [Shell 编程入门](docs/operating-system/shell.md) +* [Shell 编程入门](docs/operating-system/Shell.md) ## 数据结构与算法