Skip to content

Commit d2d73d2

Browse files
committed
[ch10-03] rust reference へのリンクが間違っていたのを修正
日本語版は存在しない。
1 parent 9a9aa98 commit d2d73d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch10-03-lifetime-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,4 +1393,4 @@ Rust so you can make sure your code is working the way it should.
13931393
ch04-02-references-and-borrowing.html#参照と借用
13941394
[string-slices-as-parameters]:
13951395
ch04-03-slices.html#引数としての文字列スライス
1396-
[reference]: ../reference/index.html
1396+
[reference]: https://doc.rust-lang.org/reference/

0 commit comments

Comments
 (0)