Skip to content

Commit 0b6eb4f

Browse files
authored
Luhn trait: update rust book url (#2014)
Current rust book url is no longer valid. Updated with the active url of the trait page.
1 parent 8a92db1 commit 0b6eb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/luhn-trait/.docs/instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ In "Luhn: Using the From Trait" you implemented a From trait, which also require
2020

2121
Instead of creating a Struct just to perform the validation, what if you validated the primitives (i.e, String, u8, etc.) themselves?
2222

23-
In this exercise you'll create and implement a custom [trait](https://doc.rust-lang.org/book/2018-edition/ch10-02-traits.html) that performs the validation.
23+
In this exercise you'll create and implement a custom [trait](https://doc.rust-lang.org/book/ch10-02-traits.html) that performs the validation.

0 commit comments

Comments
 (0)