Skip to content
GitLab
Explore
Sign in
Register
History
Versions
3
Version
Author
Diff
Last updated
v3
Takenobu Tani
Update why-not-github for broken link
Apr 06, 2019
v2
Ben Gamari
Rewrite superfluous issue links Many issues in the wiki were unnecessarily links: ``` ... patch posted in [\#1346](https://gitlab.haskell.org/ghc/ghc/issues/1346). ``` This rewrites these as `#1346` using ```bash sed -i -r -e 's/\[\\#([0-9]+)\]\([^)]+\/\1\)/#\1/g' $(find -iname '*.md') ``` And manually eyeballing the result.
Apr 01, 2019
v1
Ben Gamari
git-hub -> github
Mar 19, 2019