56738617
|
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.
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
79150ed7
|
Tobias Dammers
|
More wiki links converted
|
|
8d2d9a9f
|
Tobias Dammers
|
Remove leading space from markdown link labels
|
|
62cb6f57
|
thomie
|
Fix 404
|
|
34c9f1d6
|
diatchki
|
Edit Status/May15
|
|
5f1ee24e
|
goldfire
|
Edit Status/May15
|
|
4e22fd33
|
Adam Gundry
|
discuss typechecker plugins
|
|
186be6dc
|
dterei
|
Edit Status/May15
|
|
97639971
|
dterei
|
Add safe haskell update.
|
|
9d88ca39
|
Edward Z. Yang
|
Edit Status/May15
|
|
c4248909
|
Simon Peyton Jones
|
Edit Status/May15
|
|
43afc453
|
Simon Peyton Jones
|
Edit Status/May15
|
|
58d26f11
|
thoughtpolice
|
Add first round of references
|
|
f384d303
|
George
|
Edit Status/May15
|
|
6573b5e8
|
Edward Z. Yang
|
Edit Status/May15
|
|
419235b5
|
Matthew Pickering
|
Wording
|
|
1199ffcf
|
Alan Zimmerman
|
Added Api Annotations bullet point
|
|
59ba1f4a
|
Peter Trommler
|
add trac ticket number for PowerPC 64-bit backend
|
|