From a5b9e52d33065aa3f0fc563e7c9f00ccc97c7623 Mon Sep 17 00:00:00 2001 From: Li Lanjun <35945793+mylvghb@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:50:57 +0800 Subject: [PATCH] Update string-slice.md 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)