summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 59951d46a79a..74cb0da15700 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