Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

History

Versions 4

Version Author Diff Last updated
v4 Ben Gamari
Drop redundant, empty links Previously there were many repeated links of the form, ``` [text](url)[](url) ``` This drops the second, redundant link via ``` sed -i -r -e 's%\)\[\]\([^)]+\)%)%g' $(find -iname '*.md') ```
Apr 01, 2019
v3 Tobias Dammers
Fix markdown link syntax
Mar 29, 2019
v2 Tobias Dammers
Remove leading space from markdown link labels
Mar 14, 2019
v1 hypoon
Edit Arm64
Jan 24, 2016