Skip to content

Commit

Permalink
Update link to local
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Apr 20, 2024
1 parent 00504c6 commit 02fcf5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/chapter_1/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ pub fn encrypted(&self) -> Vec<u8> {

<a id="footnote-1">1</a>: 注意,这个方法与 `AsRef` 特征是分开的,尽管方法名称相同。

原文[点这里](https://www.lurklurk.org/effective-rust/transform.html)查看

<!-- 参考链接 -->

[方法 1]: use-types.md
Expand All @@ -185,4 +187,3 @@ pub fn encrypted(&self) -> Vec<u8> {
[方法 18]: https://www.lurklurk.org/effective-rust/panic.html

[在线版本]: https://tinyurl.com/rust-transform

2 changes: 1 addition & 1 deletion src/chapter_1/use-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ struct DisplayProperties {

原文[点这里](https://www.lurklurk.org/effective-rust/use-types.html)查看

[方法 3]: https://www.lurklurk.org/effective-rust/transform.html
[方法 3]: transform.md
[方法 4]: https://www.lurklurk.org/effective-rust/errors.html
[方法 6]: https://www.lurklurk.org/effective-rust/casts.html
[方法 7]: https://www.lurklurk.org/effective-rust/newtype.html
Expand Down

0 comments on commit 02fcf5d

Please sign in to comment.