From 31c0cee9848b0998a43048981f8558e51c6c8247 Mon Sep 17 00:00:00 2001 From: Shepard Wang Date: Sun, 15 Nov 2020 09:55:37 +0800 Subject: [PATCH] 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e85f88..cb5047b 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ C 语言详细教学。 | 练习 | 介绍 | 难度 | | --------------------------------------------------------- | ------------------------------------------------------------ | ------- | -| **1**.[常见字符串/内存函数实现](./Coding\Practice\string) | 主要实现:`strlen/strcpy/strcmp/strcat/strstr/memcpy/memmove` | ::star: | +| **1**.[常见字符串/内存函数实现](./Coding/Practice/string) | 主要实现:`strlen/strcpy/strcmp/strcat/strstr/memcpy/memmove` | ::star: | | **2**.[]() | | | | **3**.[]() | | |