Skip to content

Commit bbd0ff5

Browse files
Merge pull request #11322 from AugustNagro/patch-1
Fix broken link to 'By Name Context Parameters' page in Overview
2 parents a70d191 + 8458439 commit bbd0ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To enable porting most uses of macros, we are experimenting with the advanced la
126126
by itself a straightforward implementation of some simple macros and is at the same time an essential building block for the implementation of complex macros.
127127
- [Quotes and Splices](metaprogramming/macros.md) provide a principled way to express macros and staging with a unified set of abstractions.
128128
- [Type class derivation](contextual/derivation.md) provides an in-language implementation of the `Gen` macro in Shapeless and other foundational libraries. The new implementation is more robust, efficient and easier to use than the macro.
129-
- [Implicit by-name parameters](contextual/implicit-by-name-parameters.md) provide a more robust in-language implementation of the `Lazy` macro in [Shapeless](https://github.com/milessabin/shapeless).
129+
- [Implicit by-name parameters](contextual/by-name-context-parameters.md) provide a more robust in-language implementation of the `Lazy` macro in [Shapeless](https://github.com/milessabin/shapeless).
130130

131131
## See Also
132132

0 commit comments

Comments
 (0)