summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2017-12-31 02:12:16 +0100
committertoonn <toonn@toonn.io>2018-05-22 13:12:43 +0200
commit6caf7c9d85ca23dd87dd25730137e3cae02949e8 (patch)
treeb9f71d15602922aff94fca7ac52471bf5fbfd8cf /doc/languages-frameworks
parentc17061efd46e71e417cc2d1ffe22a4be48c48370 (diff)
downloadnixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.tar
nixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.tar.gz
nixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.tar.bz2
nixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.tar.lz
nixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.tar.xz
nixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.tar.zst
nixlib-6caf7c9d85ca23dd87dd25730137e3cae02949e8.zip
Flipped URI slashes
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