From 4b367fd6bc4d8cce0d477e2cda75a35c76630e50 Mon Sep 17 00:00:00 2001 From: lqzhgood <9134671+lqzhgood@users.noreply.github.com> Date: Tue, 21 May 2024 23:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20string=20=E7=BB=83?= =?UTF-8?q?=E4=B9=A0URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/basic/compound-type/string-slice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/compound-type/string-slice.md b/src/basic/compound-type/string-slice.md index 85cb6c6a..fd34eef7 100644 --- a/src/basic/compound-type/string-slice.md +++ b/src/basic/compound-type/string-slice.md @@ -717,7 +717,7 @@ for b in "中国人".bytes() { > - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/compound-types/string.md) > - [切片](https://practice-zh.course.rs/compound-types/slice.html) > - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/compound-types/slice.md) -> - [String](https://practice-zh.course.rs/collections/String.html) +> - [String](https://practice-zh.course.rs/collections/string.html) > - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/collections/String.md)