Skip to content

Commit ad32b12

Browse files
Merge pull request #8260 from dotty-staging/fix-broken-link
Fix broken link
2 parents c228b36 + c55dfd6 commit ad32b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/derivation-macro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ true
114114

115115
### Calling the derived method inside the macro
116116

117-
Following the rules in [Macros](../metaprogramming.md) we create two methods.
117+
Following the rules in [Macros](../metaprogramming/toc.md) we create two methods.
118118
One that hosts the top-level splice `eqv` and one that is the implementation.
119119
Alternatively and what is shown below is that we can call the `eqv` method
120120
directly. The `eqGen` can trigger the derivation.

0 commit comments

Comments
 (0)