Skip to content

Commit 087e788

Browse files
Jaro Reinderstomjaguarpaw
Jaro Reinders
authored andcommitted
User -> User's & nicer links
1 parent d31c6ba commit 087e788

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

site/documentation.markdown

+3-5
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Curated resources put together by Haskellers:
7171

7272
Manuals and guides that cover common Haskell tooling:
7373

74-
* [GHC User Guide](http://www.haskell.org/ghc/docs/latest/html/users_guide/)
74+
* [GHC User's Guide](http://www.haskell.org/ghc/docs/latest/html/users_guide/)
7575
* [Cabal Homepage And Quick Links](https://www.haskell.org/cabal/)
7676
* [Cabal User Guide](http://www.haskell.org/cabal/users-guide/)
7777
* [Stack User Guide](https://docs.haskellstack.org/)
@@ -99,14 +99,12 @@ Documentation for Haskell libraries is typically available on Hackage. We also h
9999

100100
## Language Report
101101

102-
The Haskell 2010 language report is available online [here](//haskell.org/onlinereport/haskell2010/).
103-
104-
A PDF version is available [here](//haskell.org/definition/haskell2010.pdf).
102+
The Haskell 2010 language report is available online as [HTML](https://haskell.org/onlinereport/haskell2010/) and as [PDF](https://haskell.org/definition/haskell2010.pdf).
105103

106104
It can also be downloaded as a git repository:
107105

108106
```
109107
$$ git clone -b h2010 https://github.com/haskell/haskell-report
110108
```
111109

112-
The differences between GHC and the report can be found in the GHC User Guide [here](http://www.haskell.org/ghc/docs/latest/html/users_guide/bugs.html#haskell-standards-vs-glasgow-haskell-language-non-compliance).
110+
The differences between GHC and the report can be found [in the GHC User's Guide](http://www.haskell.org/ghc/docs/latest/html/users_guide/bugs.html#haskell-standards-vs-glasgow-haskell-language-non-compliance).

0 commit comments

Comments
 (0)