File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ its dependencies into Nix code.
9
9
## Documentation
10
10
11
11
- [ Introduction] ( https://input-output-hk.github.io/haskell.nix/index.html )
12
- - [ Getting Started] ( https://input-output-hk.github.io/haskell.nix/tutorials/getting-started.html )
13
- - [ Troubleshooting] ( https://input-output-hk.github.io/haskell.nix/troubleshooting.html )
12
+ - [ Getting Started] ( https://input-output-hk.github.io/haskell.nix/tutorials/getting-started )
13
+ - [ Troubleshooting] ( https://input-output-hk.github.io/haskell.nix/troubleshooting )
14
14
- Explore the documentation from there to find further topics.
15
15
16
16
## Help! Something isn't working
17
17
18
18
The #1 problem that people have when using ` haskell.nix ` is that they find themselves building GHC.
19
19
This should not happen, but you * must* follow the ` haskell.nix ` setup instructions properly to avoid it.
20
20
If you find this happening to you, please check that you have followed the
21
- [ getting started instructions] ( https://input-output-hk.github.io/haskell.nix/tutorials/getting-started.html #setting-up-the-binary-cache ) and
22
- consult the corresponding [ troubleshooting section] ( https://input-output-hk.github.io/haskell.nix/troubleshooting.html #why-am-i-building-ghc ) .
21
+ [ getting started instructions] ( https://input-output-hk.github.io/haskell.nix/tutorials/getting-started#setting-up-the-binary-cache ) and
22
+ consult the corresponding [ troubleshooting section] ( https://input-output-hk.github.io/haskell.nix/troubleshooting#why-am-i-building-ghc ) .
23
23
24
24
The troubleshooting documentation also contains some help for other common issues.
25
25
Please give it a read before asking on IRC or opening an issue.
You can’t perform that action at this time.
0 commit comments