Fix link url.

This commit is contained in:
Zonglei Dong 2022-05-01 20:02:12 +08:00 committed by GitHub
parent dad4052485
commit 88a00c5664
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 路径下)