From 6caf7c9d85ca23dd87dd25730137e3cae02949e8 Mon Sep 17 00:00:00 2001 From: toonn Date: Sun, 31 Dec 2017 02:12:16 +0100 Subject: [PATCH] Flipped URI slashes --- doc/languages-frameworks/haskell.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md index 59951d46a79..74cb0da1570 100644 --- a/doc/languages-frameworks/haskell.section.md +++ b/doc/languages-frameworks/haskell.section.md @@ -339,7 +339,7 @@ hoogle server --local -p 8080 and navigate to http://localhost:8080/ for your own local [Hoogle](https://www.haskell.org/hoogle/). The `--local` flag makes the hoogle server serve files from your nix store over http, without the flag it will use -`file:\\` URIs. Note, however, that Firefox and possibly other browsers +`file://` URIs. Note, however, that Firefox and possibly other browsers disallow navigation from `http://` to `file://` URIs for security reasons, which might be quite an inconvenience. Versions before v5 did not have this flag. See