Skip to content

Commit 20c33af

Browse files
authored
Fix README.md links to github.io pages (#1651)
1 parent e452058 commit 20c33af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ its dependencies into Nix code.
99
## Documentation
1010

1111
- [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)
1414
- Explore the documentation from there to find further topics.
1515

1616
## Help! Something isn't working
1717

1818
The #1 problem that people have when using `haskell.nix` is that they find themselves building GHC.
1919
This should not happen, but you *must* follow the `haskell.nix` setup instructions properly to avoid it.
2020
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).
2323

2424
The troubleshooting documentation also contains some help for other common issues.
2525
Please give it a read before asking on IRC or opening an issue.

0 commit comments

Comments
 (0)