Merge pull request #229 from dongzl/patch-3

Fix link url.
This commit is contained in:
Sunface 2022-05-01 20:08:02 +08:00 committed by GitHub
commit 69f59509ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ fn sum(x: i32, y: i32) -> i32 {
}
```
> 你可以在[这里](https://github.com/sunface/rust-by-practice)找到答案(在 solutions 路径下)
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/basic-types/statements.md)找到答案(在 solutions 路径下)