Skip to content

Commit 95f85b8

Browse files
author
Alejandro Gómez
committed
Fix link
1 parent 6d66324 commit 95f85b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/shapeless/GenericExercises.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import shapeless._
66
/** == Generic representation of (sealed families of) case classes ==
77
*
88
* The `Iso`s of earlier shapeless releases have been completely reworked as the new `Generic` type, which closely
9-
* resembles the [generic programming capabilities introduced to GHC 7.2][ghcgeneric].
9+
* resembles the [generic programming capabilities introduced to GHC 7.2](https://wiki.haskell.org/GHC.Generics).
1010
*
1111
* `Generic[T]`, where `T` is a case class or an abstract type at the root of a case class hierarchy, maps between values
1212
* of `T` and a generic sum of products representation (`HList`s and `Coproduct`s),

0 commit comments

Comments
 (0)