diff --git a/book/src/move-basics/abilities-introduction.md b/book/src/move-basics/abilities-introduction.md index 5c84cdbf..80942804 100644 --- a/book/src/move-basics/abilities-introduction.md +++ b/book/src/move-basics/abilities-introduction.md @@ -54,7 +54,7 @@ A struct without abilities cannot be discarded, or copied, or stored in the stor struct a _Hot Potato_. It is a joke, but it is also a good way to remember that a struct without abilities is like a hot potato - it can only be passed around and requires special handling. Hot Potato is one of the most powerful patterns in Move, we go in detail about it in the -[Hot Potato](./../programmability/hot-potato.md) chapter. +[Hot Potato Pattern](./../programmability/hot-potato-pattern.md) chapter. ## Further reading