Skip to content

Commit

Permalink
Fix link to serveDirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni authored and soenkehahn committed Mar 22, 2016
1 parent fbf7c02 commit a35aa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant/src/Servant/API/Raw.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import Data.Typeable (Typeable)
-- a modified (stripped) 'pathInfo' if the 'Application' is being routed with 'Servant.API.Sub.:>'.
--
-- In addition to just letting you plug in your existing WAI 'Application's,
-- this can also be used with 'Servant.Utils.StaticFiles.serveDirectory' to serve
-- this can also be used with <https://hackage.haskell.org/package/servant-server/docs/Servant-Utils-StaticFiles.html#v:serveDirectory serveDirectory> to serve
-- static files stored in a particular directory on your filesystem
data Raw deriving Typeable

0 comments on commit a35aa16

Please sign in to comment.