diff --git a/doc/cookbook/namedRoutes/NamedRoutes.lhs b/doc/cookbook/namedRoutes/NamedRoutes.lhs index 54c552567..17a45a4c0 100644 --- a/doc/cookbook/namedRoutes/NamedRoutes.lhs +++ b/doc/cookbook/namedRoutes/NamedRoutes.lhs @@ -17,9 +17,8 @@ After, we show you how to implement the API type with the NamedRoutes records. Lastly, we make a Server and a Client out of the API type. However, it should be understood that this cookbook does _not_ dwell on the -built-in servant combinators as the [ cookbook -](<../structuring-apis/StructuringApis.html>) -already covers that angle. +built-in servant combinators as the [Structuring APIs +](<../structuring-apis/StructuringApis.html>) cookbook already covers that angle. ## Why would I want to use `NamedRoutes` over the alternative `:<|>` operator?