diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-03-12 18:15:38 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-15 10:17:54 -0400 |
commit | 610ec224a49e092c802a336570fd9613ea15ef3c (patch) | |
tree | cc79ac561669b51099eb37f222e8179d48a54d59 /HACKING.md | |
parent | afc80730fd235f5c5b2d0b9fc5a10c16ef9865f6 (diff) | |
download | haskell-610ec224a49e092c802a336570fd9613ea15ef3c.tar.gz |
Update Trac ticket URLs to point to GitLab
This moves all URL references to Trac tickets to their corresponding
GitLab counterparts.
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.md b/HACKING.md index cb68889904..0a532b4eff 100644 --- a/HACKING.md +++ b/HACKING.md @@ -8,9 +8,9 @@ information to help you get started right away. The GHC Developer's Wiki ======================== -The home for GHC hackers is our Trac instance, located here: +The home for GHC hackers is our GitLab instance, located here: -<http://ghc.haskell.org/trac/ghc> +<https://gitlab.haskell.org/ghc/ghc> From here, you can file bugs (or look them up,) use the wiki, view the `git` history, among other things. Of particular note is the building @@ -64,8 +64,8 @@ Now, hack on your copy and rebuild (with `make`) as necessary. Then start by making your commits however you want. When you're done, you can submit a pull request on Github for small changes. For larger changes the patch needs to be submitted to [Phabricator](https://phabricator.haskell.org/) for code review. - The GHC Trac Wiki has a good summary for the [overall process](https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs) - as well as a guide on + The GHC Wiki has a good summary for the [overall process](https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs) + as well as a guide on [how to use Phabricator/arcanist](https://ghc.haskell.org/trac/ghc/wiki/Phabricator). |