Update Wiki URLs to point to GitLab
This moves all URL references to Trac Wiki to their corresponding GitLab counterparts. This substitution is classified as follows: 1. Automated substitution using sed with Ben's mapping rule [1] Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy... New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy... 2. Manual substitution for URLs containing `#` index Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz 3. Manual substitution for strings starting with `Commentary` Old: Commentary/XxxYyy... New: commentary/xxx-yyy... See also !539 [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json
Showing
- .circleci/config.yml 1 addition, 1 deletion.circleci/config.yml
- .gitlab/merge_request_templates/merge-request.md 2 additions, 2 deletions.gitlab/merge_request_templates/merge-request.md
- .mailmap 2 additions, 2 deletions.mailmap
- ANNOUNCE 2 additions, 2 deletionsANNOUNCE
- HACKING.md 9 additions, 9 deletionsHACKING.md
- INSTALL.md 1 addition, 1 deletionINSTALL.md
- MAKEHELP.md 3 additions, 3 deletionsMAKEHELP.md
- Makefile 2 additions, 2 deletionsMakefile
- README.md 9 additions, 9 deletionsREADME.md
- aclocal.m4 2 additions, 2 deletionsaclocal.m4
- bindisttest/Makefile 2 additions, 2 deletionsbindisttest/Makefile
- bindisttest/ghc.mk 2 additions, 2 deletionsbindisttest/ghc.mk
- boot 3 additions, 3 deletionsboot
- compiler/Makefile 2 additions, 2 deletionscompiler/Makefile
- compiler/basicTypes/MkId.hs 1 addition, 1 deletioncompiler/basicTypes/MkId.hs
- compiler/basicTypes/Module.hs 1 addition, 1 deletioncompiler/basicTypes/Module.hs
- compiler/basicTypes/RdrName.hs 1 addition, 1 deletioncompiler/basicTypes/RdrName.hs
- compiler/basicTypes/Unique.hs 2 additions, 2 deletionscompiler/basicTypes/Unique.hs
- compiler/cmm/CLabel.hs 1 addition, 1 deletioncompiler/cmm/CLabel.hs
- compiler/cmm/PprC.hs 2 additions, 2 deletionscompiler/cmm/PprC.hs
Loading
Please register or sign in to comment