From a5e47880a0d90494b39a52bde8efcc07b7c4945b Mon Sep 17 00:00:00 2001 From: Mao Hao Date: Sat, 5 Aug 2023 17:40:26 +0800 Subject: [PATCH] fix solution linkage of en/src/pattern-match/match-iflet.md --- en/src/pattern-match/match-iflet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/pattern-match/match-iflet.md b/en/src/pattern-match/match-iflet.md index 89405de..36a5594 100644 --- a/en/src/pattern-match/match-iflet.md +++ b/en/src/pattern-match/match-iflet.md @@ -207,4 +207,4 @@ fn main() { ``` -> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it \ No newline at end of file +> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/pattern-match/match.md)(under the solutions path), but only use it when you need it \ No newline at end of file