3384bbfb
|
Takenobu Tani
|
Update code markdown
|
|
dc8548cd
|
Takenobu Tani
|
Clean up module paths after #13009
See also https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular
|
|
0dfa7b62
|
Takenobu Tani
|
Update links for source code
This fix using `sed -i -e `'s#haskell.org/ghc/ghc/tree/master/ghc/#haskell.org/ghc/ghc/blob/master/#g'
|
|
13ee9668
|
Takenobu Tani
|
Update links for source code
This fix using `sed -i -e 's#/trac/ghc/browser/ghc/#https://gitlab.haskell.org/ghc/ghc/blob/master/#g'`
|
|
cb122086
|
Ben Gamari
|
Fix links to GHC source files
Rewritten with,
```
sed -i -e 's%/ghc/ghc/tree%https://gitlab.haskell.org/ghc/ghc/tree%g' $(find -iname '*.md')
```
|
|
e483f083
|
Tobias Dammers
|
Fix links to GHC source code
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
11d8ff45
|
Tobias Dammers
|
Fix links to GHC source code
|
|
a25bfd2d
|
holzensp
|
Addressed questions and comments by SLPJ
|
|
98359095
|
Simon Peyton Jones
|
Edit Commentary/Compiler/Unique
|
|