diff --git a/src/dot-operator.md b/src/dot-operator.md index 16fbf00..2ea3956 100644 --- a/src/dot-operator.md +++ b/src/dot-operator.md @@ -126,6 +126,6 @@ impl Clone for Container { Now, the type checker deduces that `bar_cloned: Container`. [fqs]: ../book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name -[method_lookup]: https://rustc-dev-guide.rust-lang.org/method-lookup.html +[method_lookup]: https://rustc-dev-guide.rust-lang.org/hir-typeck/method-lookup.html [index]: ../std/ops/trait.Index.html [clone]: ../std/clone/trait.Clone.html#derivable