Skip to content

Commit

Permalink
Merge pull request sunface#1107 from writey/main
Browse files Browse the repository at this point in the history
修复习题解答链接
  • Loading branch information
sunface committed Dec 7, 2022
2 parents 2d17b02 + 60a1cb2 commit b9aee4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/basic/result-error/panic.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ let home: IpAddr = "127.0.0.1".parse().unwrap();

## 课后练习

> [Rust By Practice](https://zh.practice.rs/result-panic/panic.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice)
> [Rust By Practice](https://zh.practice.rs/result-panic/panic.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/panic.md)
2 changes: 1 addition & 1 deletion src/basic/result-error/result.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,4 @@ let x = try!(function_with_error());

## 课后练习

> [Rust By Practice](https://zh.practice.rs/result-panic/result.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice)
> [Rust By Practice](https://zh.practice.rs/result-panic/result.html),支持代码在线编辑和运行,并提供详细的[习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/result-panic/result.md)

0 comments on commit b9aee4a

Please sign in to comment.